Why do people take chamomile?
+
From f80dd02a961b6a3bf3c4dfa372aa79ad20df5ce8 Mon Sep 17 00:00:00 2001 From: siveromar <109865820+siveromar@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:54:58 +0000 Subject: [PATCH] hw --- css/style.css | 57 ++++++++++++++++++++++++++++++++++++++++ index.html | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 129 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 75e9841e..2c5214d5 100644 --- a/css/style.css +++ b/css/style.css @@ -6,3 +6,60 @@ * for example: General styles, Navigation styles, Hero styles, Footer etc. * */ + * { + margin: 0px; + padding:0px; +} +header { + + justify-content: left; + + top: 15px; + left: 15px; + width: 100%; + box-shadow: rgba(0, 0, 0, 0.9) 0px 2px 0px; + z-index: 10; + background-color:white; + +} + + +body { + margin:0; + height: 100%; + font-family: popins,sansarif; + font-weight: 350; + font-size: 1.9rem; + line-height: 1.1; + color: blue; + background-color: rgb(217, 192, 196); +} + +a{ + color:blue; +} + +.nav-list{ + display: flex; + margin-right: 2rem; +} + +nav, li { + list-style: none; +} +.c-site-header a { + text-decoration: none; + color: blue; + +} + +.nav-list a { + display: block; + font-size: 2.5rem; + padding: 1.3rem; +} + +.c-site-footer{ + background-color:white; + text-align:center; +} diff --git a/index.html b/index.html index 67dfc7f5..aa448bb7 100644 --- a/index.html +++ b/index.html @@ -18,5 +18,76 @@
- + +Chamomile has been used as a traditional medicine for thousands of years to calm anxiety and settle stomachs. In the U.S., chamomile is best known as an ingredient in herbal tea.
+
+
+
+