14 lines
142 B
CSS
14 lines
142 B
CSS
body {
|
|
padding: 50px;
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|