Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 694 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 694 Bytes

Expanding Cards

cover

🚀 Overview

This project showcases the "Expanding Cards" functionality, where clicking on a card expands it with a smooth transition effect, providing a dynamic and interactive user experience.

🎯 Project Goals:

  • Style cards to feature a background image and heading.
  • Use Flexbox for alignment and layout.
  • Implement JavaScript to handle click events, triggering the card expansion by adding an active class.
  • Utilize CSS transitions to create a smooth expansion effect.

🛠️ Built With