8 lines
60 B
CSS
8 lines
60 B
CSS
|
body {
|
||
|
margin: 2em;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
margin-bottom: 0.2em;
|
||
|
}
|