mirror of
https://github.com/NovaOSS/LingoSynth.git
synced 2024-11-26 05:23:58 +01:00
17 lines
339 B
CSS
17 lines
339 B
CSS
|
header {
|
||
|
margin-block: 3rem 6rem;
|
||
|
text-align: center;
|
||
|
}
|
||
|
header h1 {
|
||
|
font-size: 46px;
|
||
|
}
|
||
|
header p {
|
||
|
max-width: 600px;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
.gradient-text {
|
||
|
background: -webkit-linear-gradient(45deg, #a6da95, #3f8a90);
|
||
|
-webkit-background-clip: text;
|
||
|
-webkit-text-fill-color: transparent;
|
||
|
}/*# sourceMappingURL=landing.css.map */
|