mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-20 20:10:16 -04:00
try
This commit is contained in:
parent
5ef5554d37
commit
362401d662
|
@ -144,7 +144,32 @@ p {
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: local;
|
background-attachment: local;
|
||||||
color: #000000;
|
body {
|
||||||
|
animation: 10000ms ease-in-out infinite color-change;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes color-change {
|
||||||
|
0% {
|
||||||
|
background-color: teal;
|
||||||
|
}
|
||||||
|
20% {
|
||||||
|
background-color: gold;
|
||||||
|
}
|
||||||
|
40% {
|
||||||
|
background-color: indianred;
|
||||||
|
}
|
||||||
|
60% {
|
||||||
|
background-color: violet;
|
||||||
|
}
|
||||||
|
80% {
|
||||||
|
background-color: green;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background-color: teal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user