DharshiBalasubramaniyam / ice-cream-parlour-website

This is a responsive user-friendly online ice cream store website using HTML, CSS and Vanilla JavaScript.
https://ice-cream-parlour-website-one.vercel.app
54 stars 190 forks source link

Move Pagination Dots Outside Review Container and Adding animation #635

Open Manishka1 opened 3 hours ago

Manishka1 commented 3 hours ago

Move Pagination Dots Outside Review Container:

Currently, the pagination dots are inside the review container, affecting the visual layout. They should be moved outside the container for a cleaner and more professional look. Add Animation to the Middle Review:

The middle review card should have an animation effect where its size slightly increases. This will create a focus effect, making the middle review stand out more to the user. Suggested animation: transform: scale(1.05); on hover or using a transition for smooth scaling.

github-actions[bot] commented 3 hours ago

👋 Thank you @Manishka1 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!