Stephen Kerr 2 years ago
commit f713410460

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

Loading…
Cancel
Save