From 0d94c8b0e719a21f1f98c9ee176d98d3df2df152 Mon Sep 17 00:00:00 2001 From: samarsajad <142666229+samarsajad@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:40:05 +0530 Subject: [PATCH] fixed overlapping --- dex.html | 646 ++++++++++++++++++++++++++---------------------------- style.css | 75 +------ 2 files changed, 318 insertions(+), 403 deletions(-) diff --git a/dex.html b/dex.html index d6cb90fa..fa516e33 100644 --- a/dex.html +++ b/dex.html @@ -1,352 +1,338 @@ + + + + - - - - + + + + + + + + + + + + + + - - - - - - + - RAPIDOC|Delivery - - - -
- - - + +
+
+
+

Find Out A Little More
About Us

+

We are a company dedicated to the distribution of products by
delivery + to your home or to the place where you are, with the
best quality of delivery. +

+
+
+ about +
+
+
-
- -
-
-
-

RAPIDOC|Delivery
Order Medicines

-

- Order your Medicine at any time and we will deliver them - right to where you are. -

+ +
+
+
+

Your Safety Is
Important

+

When your order reaches you, we have the health safety protocols,
+ so that you are protected from any disease. Watch the video of how
the delivery is made. +

+ +
+ about +
+
- Get Started - home -
-
-
+ +
+

Our Services

+
+
+

Payment Done

+

Pay with a Visa or PayPal card and without much ado.

+ imog + +
+ Learn More +
+
- -
-
-
-

- Find Out A Little More
- About Us -

-

- We are a company dedicated to the distribution of products by - delivery to your home or to the place where you are, with the best - quality of delivery. -

- about -
-
-
+
+

Find Your Product

+

We offer sale of products through the Internet.

+ imog + +
+ Learn More +
+
- -
-
-
-

- Your Safety Is
- Important -

-

- When your order reaches you, we have the health safety protocols, - so that you are protected from any disease. Watch the video of how - the delivery is made. -

-
- about -
-
+
+

Product Received

+

In our app you can see the delay time of your order.

+ imog +
+ Learn More +
+
+
+
- -
-

- Some Services We
- Offer -

-
-
-

Payment Done

- imog -

- Pay with a Visa or PayPal card and without much ado. -

-
- Learn More -
-
+ +
+
+
+

Watch Your Delivery
At Any Time

+

With our app you can view the route of your order, from our local headquarters to the + place where you are. Look for the app now!

+ + +
+ home1 +
+ +
-
-

Find Your Product

- imog -

- We offer sale of products through the Internet. -

-
- Learn More -
-
+ + +
-
-

Product Received

- imog -

- In our app you can see the delay time of your order. -

-
- Learn More + +
-
- - - -
-
-
-

- Watch Your Delivery
- At Any Time -

-

- With our app you can view the route of your order, from our local - headquarters to the place where you are. Look for the app now! -

-
- - App Store - - - Google Play - + -
- home1 -
-
- - -
-
-
-

- Contact Us From
- Here -

-

- You can contact us from here, you can write to us, call us or - visit our service center, we will gladly assist you. -

-
- - - - -
-
- - - - - + - - + + - - - + + + diff --git a/style.css b/style.css index c3f957ee..39de14f1 100644 --- a/style.css +++ b/style.css @@ -9,29 +9,6 @@ a { text-decoration: none; } -::-webkit-scrollbar{ - - width: 10px; - -} - -::-webkit-scrollbar-thumb{ - - background-color: #3fbcc0; - border-radius: 10px; -} - -::-webkit-scrollbar-thumb:hover{ - - background-color:#005253; - border-radius: 10px; -} - -::-webkit-scrollbar-track{ - - background-color:#011212; -} - a:hover { color: #55a5ea; text-decoration: none; @@ -1852,9 +1829,8 @@ footer { .social-links { display: inline-flex; - gap: 1rem; + gap: 0.5rem; align-items: center; - margin-left: -100px; } @@ -1914,51 +1890,4 @@ footer { #abc :hover{ background: #55a5ea; border-color: #3fbbc0; -} -.social-links i{ - font-size: 1.5rem - } - #ss{ - font-size: 1.3rem; - } -.social-links #insta:hover { - /* Add the white background */ -background: white; - -/* Gradient background for text */ -background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); -background-size: 100%; - -/* Use the text as a mask for the background */ --webkit-background-clip: text; --webkit-text-fill-color: transparent; --moz-background-clip: text; --moz-text-fill-color: transparent; -} -.social-links #twit a:hover{ - color: #000; -} -.social-links #git a:hover{ - color: black; -} -.social-links #git:hover{ - background-color: white; - border-radius: 50%; -} -.social-links #linkd a:hover{ - color: #0077b5; -} -.social-links #fb a:hover{ - color: #1877f2; -} -.social-links #linkd a:hover{ - color: #0077b5; -} -.social-links #phn a:hover{ - color: red; -} -.social-links #mail1 a:hover{ - color: #bd4b39; -} - - +} \ No newline at end of file