7 lines
81 B
CSS
7 lines
81 B
CSS
|
code {
|
||
|
background-color: whitesmoke;
|
||
|
}
|
||
|
|
||
|
section, header {
|
||
|
margin: 50px;
|
||
|
}
|