diff --git a/css/style.css b/css/style.css index a4bee91..aaff415 100644 --- a/css/style.css +++ b/css/style.css @@ -4,8 +4,13 @@ animation: blink 0.3s infinite alternate; } - + + h2 { + font-size: 100px; + color: white; + + } @keyframes blink { 0% { background: black } - 100% { background: purple } + 100% { background: #b32dff } } \ No newline at end of file diff --git a/index.html b/index.html index 7491dd3..5a879d1 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,6 @@ - How Do We Library That?

@@ -197,5 +196,6 @@

+

How Do We Library That?