From 9d915d1b41e3f9a897e04523e15db7f8f270574c Mon Sep 17 00:00:00 2001 From: Oleg Zdeba Date: Mon, 16 Sep 2024 15:41:08 +0300 Subject: [PATCH] do by checklist --- src/index.html | 167 +++++++++++++++++++++++++------------------------ src/style.css | 17 ++--- 2 files changed, 89 insertions(+), 95 deletions(-) diff --git a/src/index.html b/src/index.html index 811a947677..41a45b82f1 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,7 @@ Moyo header -
-
-
- -
-
-
- + + + + + + + + diff --git a/src/style.css b/src/style.css index 283adc7a68..91aacc6d24 100644 --- a/src/style.css +++ b/src/style.css @@ -1,15 +1,9 @@ -/* #region ZERO */ body{ padding: 0; margin: 0; padding-bottom: 2000px; } -.wrapper{ - max-width: 1200px; - margin-left: auto; - margin-right: auto; -} :root{ --header-height: 60px; @@ -21,9 +15,6 @@ body{ font-style: normal; } -/* #endregion ZERO */ - - .header { display: flex; margin: 0 50px; @@ -49,15 +40,15 @@ body{ list-style: none; } -.nav_item{ +.nav__item{ transition: all ease-in-out 0.15s; } -.nav_item:not(:first-child){ +.nav__item:not(:first-child){ margin-left: 20px; } -.nav_link{ +.nav__link{ font-weight: 500; font-size: 12px; height: var(--header-height); @@ -68,7 +59,7 @@ body{ color: inherit; } -.nav_item:hover { +.nav__item:hover { color: #00ACDC; }