diff --git a/style.css b/style.css index 696fb8a..cb8b577 100644 --- a/style.css +++ b/style.css @@ -7,9 +7,7 @@ color: #AB00FF; animation: blink 3s infinite alternate; } - .special { - transform: rotate(180deg); - } + @keyframes blink { 0% { background: black } 100% { background: white }