@ -4,7 +4,12 @@
animation: blink 0.3s infinite alternate;
}
heading {
font-size: 100px;
color: white;
@keyframes blink {
0% { background: black }
100% { background: purple }