8 lines
136 B
SCSS
8 lines
136 B
SCSS
|
body {
|
||
|
background-color: red;
|
||
|
color: black;
|
||
|
font-family: sans-serif;
|
||
|
font-size: 60px;
|
||
|
text-transform: capitalize;
|
||
|
}
|