mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 04:50:43 +00:00
have some fun with it
This commit is contained in:
parent
223f2ca627
commit
4fc6913379
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user