added background animation and background color

main
bo 2 years ago
parent f2c2ac6fc2
commit 764d58ee70

@ -7,9 +7,7 @@
color: #AB00FF;
animation: blink 3s infinite alternate;
}
.special {
transform: rotate(180deg);
}
@keyframes blink {
0% { background: black }
100% { background: white }

Loading…
Cancel
Save