5 lines
64 B
SCSS
5 lines
64 B
SCSS
|
body {
|
||
|
background: #000000;
|
||
|
color: #ff0000;
|
||
|
font-size: 4em;
|
||
|
}
|