diff --git a/css/style.css b/css/style.css index ddc95da..a4bee91 100644 --- a/css/style.css +++ b/css/style.css @@ -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 } } \ No newline at end of file