🎵 Spotify Clone (HTML & CSS)
This is a basic front-end clone of the Spotify homepage, built using only HTML and CSS. It is a static webpage and does not include any music playing features or JavaScript functionality.
✅ Features
Clean and simple layout similar to Spotify
Navigation bar with logo and menu items
Sidebar with playlist links
Main section with album covers and song titles
Footer section with music player
📁 Folder Structure
Spotify-Clone/
│
├── spotifyClone.html # Main HTML file
├── spotifyClone.css # Styling using CSS
└── .png /.jpeg # File for album covers, icons, etc.
💻 How to Use
Download or clone this repository.
Open spotifyClone.html in your browser.
You will see the layout of a simple Spotify homepage.
🚫 Note
This is not a functional music player.
It is for practice and learning HTML/CSS layout design only.