mirror of
https://github.com/NovaOSS/LingoSynth.git
synced 2024-11-26 01:33:58 +01:00
18 lines
315 B
Sass
18 lines
315 B
Sass
@import '_vars'
|
|
|
|
header
|
|
margin-block: 3rem 6rem
|
|
text-align: center
|
|
|
|
h1
|
|
font-size: 46px
|
|
|
|
p
|
|
max-width: 600px
|
|
margin: 0 auto
|
|
|
|
.gradient-text
|
|
background: -webkit-linear-gradient(45deg, $green, $teal)
|
|
-webkit-background-clip: text
|
|
-webkit-text-fill-color: transparent
|