From fc05071a01b535f0c019ade8b40e57a620dc3d11 Mon Sep 17 00:00:00 2001 From: Mayowa Ishola Date: Thu, 8 Aug 2024 16:48:26 +0100 Subject: [PATCH] add task solution --- src/index.html | 3 +-- src/style.css | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 4c8cdf826f..0ae6c1f0be 100644 --- a/src/index.html +++ b/src/index.html @@ -1,7 +1,7 @@ - Page Title + - Hello, world! diff --git a/src/style.css b/src/style.css index c4301db288..a09e49b5c6 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1,4 @@ /* styles go here */ +body { + color: black; +}