18 lines
No EOL
179 B
CSS
18 lines
No EOL
179 B
CSS
html {
|
|
background: #222;
|
|
color: white;
|
|
}
|
|
|
|
article {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
article > header {
|
|
padding: 5px 20px;
|
|
background: white;
|
|
color: black;
|
|
}
|
|
|
|
a {
|
|
color: aqua;
|
|
} |