15 lines
210 B
CSS
15 lines
210 B
CSS
html {
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 16px;
|
|
}
|
|
|
|
body {
|
|
background-color: #fcfcfc;
|
|
max-width: 750px;
|
|
margin: auto;
|
|
text-align: center;
|
|
color: #100;
|
|
font-family: sans-serif;
|
|
}
|