10 lines
78 B
CSS
10 lines
78 B
CSS
*,
|
|
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
background-color: #ff9900;
|
|
}
|