6 lines
51 B
SCSS
6 lines
51 B
SCSS
|
body {
|
||
|
background: red;
|
||
|
}
|
||
|
h1 {
|
||
|
font-size: 16px;
|
||
|
}
|