User:Hawkeye/citizen.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "html body { max-width: 1600px; }") |
No edit summary |
||
Line 1: | Line 1: | ||
html body { max-width: 1600px; } | html body | ||
{ | |||
max-width: 1600px; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
} |