From 923073b032ca149307e1c144944412be39365056 Mon Sep 17 00:00:00 2001 From: ada Date: Tue, 1 Nov 2022 15:39:33 +0100 Subject: [PATCH 1/5] 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 } From 59704202a6701166e3f8f72f7693a0aedf968610 Mon Sep 17 00:00:00 2001 From: ada Date: Tue, 1 Nov 2022 15:40:19 +0100 Subject: [PATCH 2/5] wrong name --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index ee78740..9e42c1e 100644 --- a/css/style.css +++ b/css/style.css @@ -5,8 +5,8 @@ } - heading { - font-size: 100px; + h2 { + font-size: 300px; color: white; } From 5896a9d59cd1d0b8ce6065300bf28e8d05df7908 Mon Sep 17 00:00:00 2001 From: suzan Date: Tue, 1 Nov 2022 15:40:42 +0100 Subject: [PATCH 3/5] Update 'index.html' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?

From 8bc7ef39ec7151c751ec25b1aae76945bcc038ed Mon Sep 17 00:00:00 2001 From: ada Date: Tue, 1 Nov 2022 15:42:05 +0100 Subject: [PATCH 4/5] Update 'css/style.css' --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 9e42c1e..75dc887 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,7 @@ } h2 { - font-size: 300px; + font-size: 100px; color: white; } From 90ed4d45e894c09cada8dc8556921c64ae28f70f Mon Sep 17 00:00:00 2001 From: ada Date: Tue, 1 Nov 2022 15:43:13 +0100 Subject: [PATCH 5/5] Update 'css/style.css' --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 75dc887..aaff415 100644 --- a/css/style.css +++ b/css/style.css @@ -12,5 +12,5 @@ } @keyframes blink { 0% { background: black } - 100% { background: purple } + 100% { background: #b32dff } } \ No newline at end of file