Files
benkyd.github.io/css/main.css
2019-09-26 12:22:06 +01:00

24 lines
328 B
CSS

html {
background-color: #252627;
}
body {
font-family: Open Sans, Arial;
color: #D3D4D4;
font-size: 14px;
margin: 2em auto;
max-width: 800px;
padding: 1em;
line-height: 1.4;
text-align: justify
}
.masthead {
text-align: center;
font-size: 400%;
}
.nav {
text-align: center;
}