This project is a front-end clone of the YouTube homepage created using only HTML and CSS. It replicates the layout, design, and structure of YouTube's main interface, including the header, sidebar, and video grid, to practice modern HTML/CSS techniques.
- ✅ Header with YouTube logo, search bar, and user icons
- ✅ Sidebar menu with navigation links (Home, Trending, Subscriptions, etc.)
- ✅ Video section with responsive grid layout
- ✅ Video cards displaying thumbnails, titles, channels, and view counts
- ✅ Responsive design using Flexbox and CSS Grid
- ✅ Clean, modern UI inspired by YouTube
- HTML5 for semantic structure
- CSS3 for layout and styling (Flexbox & Grid)
- Google Fonts and Font Awesome (optional icons)
- youtube-clone/ ├── youtube.html ├── style.css ├── general.css ├── header.css ├── sidebar.css └── video.css ├── Channel_picture/ ├── icons/ ├── sidebar.icons/ ├── Thumbnail/ └── README.md
- Clone this repository or download the ZIP.
- Open
index.htmlin your web browser. - No additional setup or dependencies required.
(Add screenshot links or embedded images here if available)
- Practice structuring static web pages using semantic HTML
- Use CSS Flexbox and Grid for responsive layouts
- Recreate modern UI designs using only front-end technologies
Shivam Rajput Student at IGNOU, learning front-end development
This project is for educational purposes only and is not affiliated with or endorsed by YouTube or Google.