From c55b21318506d7fea96af15aeef2c3a3fe2ca66c Mon Sep 17 00:00:00 2001 From: Sakshar Devgon Date: Wed, 23 Oct 2024 14:42:11 +0530 Subject: [PATCH] adding feature --- E-Book.html | 296 +++++++++++++++++++++++++++++++++++++++++++ assets/css/style.css | 19 ++- index.html | 2 + 3 files changed, 315 insertions(+), 2 deletions(-) create mode 100644 E-Book.html diff --git a/E-Book.html b/E-Book.html new file mode 100644 index 0000000..be1490b --- /dev/null +++ b/E-Book.html @@ -0,0 +1,296 @@ + + + + + + E-Books + + + + + + + +

Our Books Collection

+ + +
+
+ Java Book +

Learn Java

+

$15

+ +
+
+ Python Book +

Learn Python

+

$12

+ +
+
+ DSA Book +

DSA Mastery

+

$18

+ +
+
+ + + + + +
+

E-Book Details

+

This is a collection of our amazing e-books. Explore different topics and enhance your knowledge!

+
+ + +
+

Your Cart

+ +

Total: $0

+
+ + + + + + + + diff --git a/assets/css/style.css b/assets/css/style.css index 4dcf853..9d67451 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -588,16 +588,31 @@ body.nav-active .navbar-list .navbar-link { .feedback-button { position: fixed; left: 20px; - bottom: 20px; + bottom: 20px; /* Position for the Feedback button */ background-color: hsl(357, 100%, 75%); color: white; padding: 15px; border-radius: 5px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); - z-index: 1000; + z-index: 1000; /* Ensure it is on top */ } +.E-book-button { + position: fixed; + left: 20px; + bottom: 80px; /* Adjusted to be above the Feedback button */ + background-color: hsl(357, 100%, 75%); + color: white; + padding: 15px; + border-radius: 5px; + cursor: pointer; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + z-index: 1001; /* Higher z-index to ensure it appears above */ +} + + + .feedback-modal { display: none; position: fixed; diff --git a/index.html b/index.html index d160308..c35c254 100644 --- a/index.html +++ b/index.html @@ -220,6 +220,8 @@

+ +