hero button attention-hoe'ing
This commit is contained in:
parent
b5c1048072
commit
8ca341fefa
|
@ -118,6 +118,13 @@ body {
|
|||
> * {
|
||||
margin: 40px !important;
|
||||
}
|
||||
.button {
|
||||
background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt));
|
||||
background-size: 400% 400%;
|
||||
-webkit-animation: backgroundBlink 2s ease infinite;
|
||||
-moz-animation: backgroundBlink 2s ease infinite;
|
||||
animation: backgroundBlink 2s ease infinite;
|
||||
}
|
||||
}
|
||||
h1, h2 {
|
||||
font-size: 2em;
|
||||
|
|
Loading…
Reference in a new issue