26 lines
213 B
CSS
26 lines
213 B
CSS
body {
|
|
background-color: #111;
|
|
color: #777;
|
|
font-family: sans-serif;
|
|
text-align: start;
|
|
}
|
|
|
|
header {
|
|
}
|
|
|
|
h1 {
|
|
color: #f77;
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
color: #088;
|
|
}
|
|
|
|
h2 {
|
|
color: #f77;
|
|
}
|
|
|
|
footer {
|
|
text-align: end;
|
|
}
|