Replace landingpage.js with raw css
This commit is contained in:
parent
6d1ef3f87b
commit
9d98e02b29
3 changed files with 15 additions and 28 deletions
|
@ -25,3 +25,18 @@
|
|||
list-style-type: none
|
||||
padding-left: 2em
|
||||
text-indent: -1.25em
|
||||
|
||||
|
||||
#rotating-gradient
|
||||
background: linear-gradient(15deg, #1E1F46, #404040)
|
||||
animation: 5s linear infinite gradient
|
||||
position: relative
|
||||
background-size: 200% 200%
|
||||
|
||||
@keyframes gradient
|
||||
0%
|
||||
background-position: 0 50%
|
||||
50%
|
||||
background-position: 100% 50%
|
||||
100%
|
||||
background-position: 0 50%
|
Loading…
Add table
Add a link
Reference in a new issue