8 lines
90 B
CSS
8 lines
90 B
CSS
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.content {
|
|
width: 700px;
|
|
margin: 0 auto;
|
|
}
|