From 279b5ad3d00207ce1d17f5628c853e96be5acedc Mon Sep 17 00:00:00 2001 From: Mariia Shabelnik <> Date: Wed, 27 Jul 2022 20:02:45 +0200 Subject: [PATCH] color update --- src/App.css | 11 +++++++---- src/components/Footer.jsx | 9 ++++++++- src/index.css | 2 ++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/App.css b/src/App.css index 553dced..b21cd2c 100644 --- a/src/App.css +++ b/src/App.css @@ -11,9 +11,7 @@ .nav { background-color: rgb(47, 46, 58); height: 3em; - -webkit-box-shadow: 0px 3px 10px 1px rgba(122, 122, 122, 0.59); - -moz-box-shadow: 0px 3px 10px 1px rgba(122, 122, 122, 0.59); - box-shadow: 0px 3px 10px 1px rgba(122, 122, 122, 0.59); + box-shadow: inset 0px 3px 20px 10px rgba(0, 0, 0, 0.3); } .nav a { @@ -51,8 +49,13 @@ display: none; } +.copyright { + font-size: 0.7em; + text-align: center; +} + .hamburger-menu { - background-color: rgba(84, 84, 84, 0.9); + background-color: rgba(47, 46, 58, 0.9); z-index: 100; position: absolute; right: 0; diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 80c6c4e..47348b7 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -1,5 +1,12 @@ function Footer() { - return