14 lines
153 B
CSS
14 lines
153 B
CSS
|
html {
|
||
|
background: #222;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
article {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
article > header {
|
||
|
padding: 10px;
|
||
|
background: white;
|
||
|
color: black;
|
||
|
}
|