changed the time of background animaition and the color
parent
d48f6343b0
commit
9770a40809
@ -1,11 +1,11 @@
|
||||
body {
|
||||
background-color: black;
|
||||
text-align: center;
|
||||
animation: blink 3s infinite alternate;
|
||||
animation: blink 0.3s infinite alternate;
|
||||
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
0% { background: black }
|
||||
100% { background: white }
|
||||
100% { background: purple }
|
||||
}
|
Loading…
Reference in New Issue