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