8 lines
130 B
CSS
8 lines
130 B
CSS
body {
|
|
background: goldenrod;
|
|
margin-top: 10px;
|
|
margin-right: 10px;
|
|
margin-bottom: 10px;
|
|
margin-left: 10px;
|
|
}
|