15 lines
197 B
CSS
15 lines
197 B
CSS
body {
|
|
padding: 50px;
|
|
background-color: #333;
|
|
color: #cecece;
|
|
font: 38px "Lato Light", "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|
|
h3 {
|
|
text-align: right;
|
|
}
|