A front-end clone of the YouTube homepage built using HTML and CSS. This project replicates the layout of YouTube’s desktop UI, including the header, sidebar, and video grid. It was built as part of my learning journey to practice responsive design and clean HTML/CSS structure.
- Responsive layout (desktop view)
- YouTube-style header with search and icons
- Sidebar with navigation icons
- Video grid with thumbnails and details
- Clean, modular file structure
- HTML5
- CSS3
- No frameworks or JavaScript used
youtube-clone/
├── index.html → Main HTML file
├── styles/ → All CSS files
│ ├── general.css
│ ├── header.css
│ ├── sidebar.css
│ └── video.css
├── thumbnails/ → Video thumbnail images
├── icons/ → Icon assets
├── channel-pictures/ → Channel profile pictures
└── screenshot.png → Project screenshot for README