From 6399db60f149a65e3fffe296ef1cabad8a01071c Mon Sep 17 00:00:00 2001 From: Marryggk <99277162+Meronggk@users.noreply.github.com> Date: Thu, 28 Jul 2022 09:38:32 +0100 Subject: [PATCH 1/7] add header --- css/style.css | 8 ++++++++ index.html | 7 +++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 75e9841e..cfdd5969 100644 --- a/css/style.css +++ b/css/style.css @@ -6,3 +6,11 @@ * for example: General styles, Navigation styles, Hero styles, Footer etc. * */ + header { + height: 50px; + width: 100%; + text-align: center; + font-family: serif; + font-size: 40px; +} + diff --git a/index.html b/index.html index 67dfc7f5..ec6551cd 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,10 @@
- - +