From 3c81892411c9c140c7505b73b36a10ee62a8c2c0 Mon Sep 17 00:00:00 2001 From: seyedsharifi12 <83226656+seyedsharifi12@users.noreply.github.com> Date: Thu, 20 May 2021 16:30:47 +0100 Subject: [PATCH 1/4] Completed the header section Added Image, Navigation bar --- css/style.css | 5 +++++ index.html | 21 +++++++++++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 75e9841e..e73b822e 100644 --- a/css/style.css +++ b/css/style.css @@ -6,3 +6,8 @@ * for example: General styles, Navigation styles, Hero styles, Footer etc. * */ +header { + color: rgb(82, 10, 52); + position: center; + font-size: 24; +} diff --git a/index.html b/index.html index 67dfc7f5..c7f4d43b 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,24 @@
- - +