Karamraj / BookTown

BookTown is a fully functional website for purchasing books. It was created using HTML, CSS, Bootstrap, and vanila JavaScript. Users can browse through a variety of books, add them to their cart, and checkout securely. The website also includes a search function and user account management.
https://karamraj.github.io/BookTown/
MIT License
24 stars 59 forks source link

fix : Hover effect in the "Add to cart" button in the BookTown HomePage. #181

Open Akkash20 opened 11 months ago

Akkash20 commented 11 months ago

Description when the "add to cart " button in the home page is hovered the hover effect appears in a different color (purple) which does not match the color styling of the BookTown website . Moreover the "Add to cart" button in the other pages like " bookTown Products page " hover effect appears in a different color.

To Reproduce Steps to reproduce the behavior:

  1. Open the index.html file in Home-Page folder in your preferred browser.
  2. Scroll down to BEST OF BOOKTOWN or till you are able to see the "Add to cart" button .
  3. Try moving the cursor over the "Add to cart" button .

Expected behavior The hover effect should appear as same as the color appearing in the " bookTown Products page ".

Screenshots 1) BookTown HomePage Screenshot_20231029_204713_LI

2) BookTown Products page Screenshot_20231029_204739_LI

From the above Screenshot we can find the hover effect in both the page is different. I would like to work on this Issue .

Akkash20 commented 11 months ago

Hey @Karamraj can I start working on this Issue?