From 923073b032ca149307e1c144944412be39365056 Mon Sep 17 00:00:00 2001 From: ada Date: Tue, 1 Nov 2022 15:39:33 +0100 Subject: [PATCH] sorry, hacked to change header --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a4bee91..ee78740 100644 --- a/css/style.css +++ b/css/style.css @@ -4,7 +4,12 @@ animation: blink 0.3s infinite alternate; } - + + heading { + font-size: 100px; + color: white; + + } @keyframes blink { 0% { background: black } 100% { background: purple }