diff --git a/css/index.css b/css/index.css index 3f09fa8e..8f423963 100644 --- a/css/index.css +++ b/css/index.css @@ -129,7 +129,7 @@ body { display: none; } -#category-grid { +/*#category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; @@ -154,7 +154,71 @@ body { .category h3 { font-size: 18px; color: #333333; +}*/ + +/*Other Top Deals*/ +#category-grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 40px; + margin-top: 20px; + margin-bottom: 20px; + margin-left: 20px; + margin-right: 20px; +} + +.category-container { + position: relative; + border-radius: 15px; + overflow: hidden; +} + +.category { + width: 100%; /* Adjust the width as needed */ + height: auto; + display: block; + border-radius: 15px; +} + +.show-items-link { + position: absolute; + bottom: 10px; + left: 50%; + transform: translateX(-50%); + text-decoration: none; /* Remove default link styling */ +} + +.show-items-btn { + background-color: rgba(0, 0, 0, 0.6); + color: white; + border: none; + padding: 10px 20px; + border-radius: 5px; + display: none; + cursor: pointer; +} + +.category-container:hover .show-items-btn { + display: block; +} + +/* Responsive adjustments */ +@media (max-width: 768px) { + #category-grid { + grid-template-columns: repeat(2, 1fr); + gap: 20px; /* Adjust gap for smaller screens */ + margin: 10px; /* Adjust margins for smaller screens */ + } +} + +@media (max-width: 480px) { + #category-grid { + grid-template-columns: 1fr; + gap: 10px; /* Adjust gap for smallest screens */ + margin: 5px; /* Adjust margins for smallest screens */ + } } +/*Other Top Deals*/ .dropdownbox { /* left:20%; */ @@ -499,7 +563,7 @@ body { #goToTopBtn { /* display: none; */ position: fixed; - bottom: 75px; + bottom: 45px; right: 50%; left: 50%; background-color: hsla(217, 87%, 55%, 0.7); diff --git a/css/orders.css b/css/orders.css index e69de29b..e6e2ef01 100644 --- a/css/orders.css +++ b/css/orders.css @@ -0,0 +1,34 @@ +/* CSS */ + +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + background-color: #f4f4f4; +} + +.orders { + padding: 20px; + text-align: left; + display: flex; + +} + + +.bg-img{ + background-size: cover; + background-repeat: no-repeat; + z-index: 1; +} + +h1 { + font-size: 2em; + color: #2874F0; + margin-bottom: 10px; +} + +p { + font-size: 1.2em; + line-height: 1.6; + margin-bottom: 20px; +} \ No newline at end of file diff --git a/gift-cards/images/apple.webp b/gift-cards/images/apple.webp new file mode 100644 index 00000000..1c022286 Binary files /dev/null and b/gift-cards/images/apple.webp differ diff --git a/gift-cards/images/blackberry.webp b/gift-cards/images/blackberry.webp new file mode 100644 index 00000000..829b6c11 Binary files /dev/null and b/gift-cards/images/blackberry.webp differ diff --git a/gift-cards/images/cinema.webp b/gift-cards/images/cinema.webp new file mode 100644 index 00000000..44f90695 Binary files /dev/null and b/gift-cards/images/cinema.webp differ diff --git a/gift-cards/images/flipkart.webp b/gift-cards/images/flipkart.webp new file mode 100644 index 00000000..d5dc6125 Binary files /dev/null and b/gift-cards/images/flipkart.webp differ diff --git a/gift-cards/images/giftcard11.jpg b/gift-cards/images/giftcard11.jpg new file mode 100644 index 00000000..d252572c Binary files /dev/null and b/gift-cards/images/giftcard11.jpg differ diff --git a/gift-cards/images/myntra.webp b/gift-cards/images/myntra.webp new file mode 100644 index 00000000..fbcff93a Binary files /dev/null and b/gift-cards/images/myntra.webp differ diff --git a/gift-cards/images/tanishq.webp b/gift-cards/images/tanishq.webp new file mode 100644 index 00000000..020c70a1 Binary files /dev/null and b/gift-cards/images/tanishq.webp differ diff --git a/gift-cards/images/trends.webp b/gift-cards/images/trends.webp new file mode 100644 index 00000000..605fe5a8 Binary files /dev/null and b/gift-cards/images/trends.webp differ diff --git a/gift-cards/images/uber.webp b/gift-cards/images/uber.webp new file mode 100644 index 00000000..d411dd37 Binary files /dev/null and b/gift-cards/images/uber.webp differ diff --git a/gift-cards/images/zomato.webp b/gift-cards/images/zomato.webp new file mode 100644 index 00000000..90882319 Binary files /dev/null and b/gift-cards/images/zomato.webp differ diff --git a/gift-cards/index.html b/gift-cards/index.html new file mode 100644 index 00000000..1ea3d738 --- /dev/null +++ b/gift-cards/index.html @@ -0,0 +1,213 @@ + + + +
+ + + +