have some fun with it

This commit is contained in:
carson 2020-04-26 18:00:41 -07:00
parent 223f2ca627
commit 4fc6913379

View File

@ -19,10 +19,13 @@ h1 {
.hero { .hero {
text-align: center; text-align: center;
font-size: 4em; font-size: 4em;
opacity: 75%; opacity: 5%;
transition: 300ms ease-in; position: relative;
top: -20px;
} }
.hero.settle { .hero.settle {
top: 0px;
opacity: 100%; opacity: 100%;
transition: 500ms ease-in;
} }