9 lines
83 B
CSS
9 lines
83 B
CSS
|
body {
|
||
|
background-color: linen;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
color: maroon;
|
||
|
margin-left: 40px;
|
||
|
}
|