11 lines
116 B
CSS
11 lines
116 B
CSS
body {
|
|
background: #475157;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
& h1 {
|
|
color: blue;
|
|
}
|
|
}
|