mirror of
https://github.com/kevin-powell/beyond-css-course-material.git
synced 2025-03-01 23:22:16 +00:00
12 lines
128 B
Sass
12 lines
128 B
Sass
|
body
|
||
|
font-family: system-ui
|
||
|
margin: 0
|
||
|
|
||
|
|
||
|
.section-one,
|
||
|
.section-two,
|
||
|
.section-three
|
||
|
text-align: center
|
||
|
padding: 10vh 0
|
||
|
|