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 {
text-align: center;
font-size: 4em;
opacity: 75%;
transition: 300ms ease-in;
opacity: 5%;
position: relative;
top: -20px;
}
.hero.settle {
top: 0px;
opacity: 100%;
transition: 500ms ease-in;
}