From 41891d50357742cd22dd15e7e53934050e0c43d7 Mon Sep 17 00:00:00 2001 From: DiscoSalli Date: Tue, 27 Aug 2024 13:25:53 +0300 Subject: [PATCH 1/2] New info --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 3a3b5e7..ce4e4cb 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@

Hi there

This is paragraph

+

New addition

From 857506136195b6105492c40650152d68e5d90203 Mon Sep 17 00:00:00 2001 From: DiscoSalli Date: Tue, 27 Aug 2024 13:27:45 +0300 Subject: [PATCH 2/2] New color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5d639ee..c51cc6b 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ h1 { } p { - color: blue; + color: red; } form {