A simple clone of Spotify's web player built using HTML & CSS only.
This project focuses on layout design, styling, and responsive UI.
- Sidebar with navigation (Home, Search, Your Library)
- Sticky navigation bar with actions (Explore Premium, Install App, User)
- Sections for:
- Recently Played
- Trending Now Near You
- Featured Charts
- Music player controls at the bottom
- Responsive design
spotify-clone/
βββ index.html # Main HTML file
βββ style.css # Stylesheet
βββ img/ # All icons and images
βββ preview.png # Screenshot of project
- HTML5
- CSS3
- FontAwesome (for icons)
- Google Fonts (Montserrat)
- Clone the repository:
git clone https://github.com/your-username/spotify-clone.git
- Open index.html in your browser.
