website_template/_source/sass/styles.scss

8 lines
136 B
SCSS
Raw Normal View History

2018-08-16 12:26:18 +02:00
body {
background-color: red;
color: black;
font-family: sans-serif;
font-size: 60px;
text-transform: capitalize;
}