This project is a simple YouTube clone built using only HTML and CSS. The goal is to replicate the layout and styling of YouTube's homepage, including the navbar, sidebar, video thumbnails, and responsive design.
- Responsive YouTube-like layout
- Sticky navigation bar
- Sidebar with categories
- Grid-based video section
- HTML5
- CSS3 (Flexbox, Grid, Media Queries)
📁 youtube-clone
│── 📁 assets # Contains images, icons, and other static files
│── 📁 css # Contains all stylesheets
│ └── styles.css # Main CSS file
│── 📁 fonts # (Optional) Custom fonts if needed
│── index.html # Main HTML file
└── README.md # Project documentation
- Clone the repository:
git clone https://github.com/your-username/youtube-clone.git
- Navigate to the project folder:
cd youtube-clone
- Open index.html in your browser.
This project is designed to be fully responsive using CSS media queries, ensuring a great user experience across different devices.
- Add JavaScript for video functionality
- Implement a dark mode toggle
- Enhance UI with animations and transitions
This project is open-source and free to use under the MIT License.
Feel free to contribute or suggest improvements!