Start features page WIP

This commit is contained in:
Matthew Holt 2023-09-29 15:28:51 -06:00 committed by Francis Lavoie
parent 8734b03923
commit c91e10bab2
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
6 changed files with 108 additions and 11 deletions

View file

@ -0,0 +1,4 @@
.hero-content {
margin-bottom: 0;
padding-bottom: 50px;
}

View file

@ -20,6 +20,10 @@ h1 {
margin-bottom: 0;
}
h1 .color-dodge {
mix-blend-mode: color-dodge;
}
h1 .the {
font-size: 75px;
line-height: 1;

View file

@ -1,5 +1,6 @@
body {
background-color: #123245;
background-image: none;
}
h1,
@ -16,10 +17,11 @@ h1 {
color: #65D1C6;
line-height: .9;
margin-bottom: 1em;
}
h1 .color-dodge {
mix-blend-mode: color-dodge;
background: linear-gradient(to right, #47E27C 25%, #4ED3FB 75%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
h1 .subheading {

View file

@ -1,11 +1,3 @@
h1 {
color: #4ED3FB;
background: linear-gradient(to right, #47E27C 25%, #4ED3FB 75%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
p.footnote {
margin-top: 2em;
font-size: 12px;