webdev/css/style.css

8 lines
118 B
CSS

body {
font: 1.2em helvetica, sans-serif;
height: 100%;
}
main{
max-width: 960px;
margin: 20px auto;
}