16 lines
No EOL
171 B
CSS
16 lines
No EOL
171 B
CSS
body {
|
|
width: 33%;
|
|
min-width: 600px;
|
|
margin: 0 auto;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
} |