13 lines
181 B
CSS
13 lines
181 B
CSS
|
|
|
||
|
|
body {
|
||
|
|
margin-top: 40px;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 13px;
|
||
|
|
font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fc {
|
||
|
|
width: 900px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|