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