everest-web/css/everest.css
2022-05-24 01:38:12 +00:00

20 lines
336 B
CSS

body {
color: white;
background-color: #2C2C2C;
border: 2px solid SteelBlue;
border-radius: 16px;
font-family: sans-serif;
margin-left: auto;
margin-right: auto;
max-width: 1024px;
min-width: 256px;
padding-top: 8px;
padding-bottom: 24px;
padding-left: 24px;
padding-right: 24px;
}
html {
background: black;
background-size: 8px 8px;
}