13 lines
220 B
CSS
13 lines
220 B
CSS
body {
|
|
width: 75%;
|
|
padding-top: 50px;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
|
|
font-size: 80%;
|
|
color: #333;
|
|
}
|
|
|
|
h1 {
|
|
margin: 30px 0;
|
|
}
|