A responsive Spotify-themed music streaming interface built using HTML, CSS, and Font Awesome. This clone replicates the look and feel of Spotify's desktop web player UI, focusing on layout, styling, and interactive hover effects.
- ๐ง Sidebar navigation: Home, Search, and Your Library
- ๐ Playlist and podcast creation prompts
- ๐ผ Cards for โRecently Playedโ, โTrendingโ, and โFeatured Chartsโ
- ๐ผ Persistent bottom music player with controls
- ๐ Volume and track progress control bar
- ๐ Hover-activated play buttons on cards
- ๐ฑ Responsive layout (for screens below 1000px)
project-root/ โโโ index.html # Main HTML structure โโโ style.css # Custom styles โโโ assets/ # Images & icons (e.g., .png, .jpeg) โโโ README.md # This file
- HTML5 โ Semantic layout
- CSS3 โ Flexbox, media queries, styling
- Google Fonts โ "Montserrat" for clean typography
- Font Awesome โ Icons and symbols
(Optional: Add screenshots here using image URLs or embed locally for GitHub)
- Clone the repo:
git clone https://github.com/your-username/spotify-web-clone.git