From cc991cafb272df7e459f814f776e6981b8d10dab Mon Sep 17 00:00:00 2001 From: asmaamostafa74 Date: Sun, 10 Nov 2024 13:58:22 +0200 Subject: [PATCH] Cart Icon --- assets/css/style.css | 21 ++++++++++++++++++++- index.html | 1 + 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index afdbaac..c6b331b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -317,7 +317,7 @@ ul { } .product-box .content p { - color: #808080; + color: #000000; font-size: 12px; font-weight: 500; /* margin-top: 10px; */ @@ -1888,6 +1888,25 @@ ul { /* margin-top: 40px; */ } +.navbar li a { + position: relative; +} + +.navbar li a span { + position: absolute; + top: -15px; + left: 18px; + background-color: white; + padding: 5px; + border-radius: 50%; + width: 22px; + height: 22px; + display: flex; + align-items: center; + justify-content: center; + color: black; +} + .navbar .content .navbar-nave li img { height: 36px; } diff --git a/index.html b/index.html index 5e8f90e..089ae27 100644 --- a/index.html +++ b/index.html @@ -95,6 +95,7 @@
  • Cart + 15