This is a simple Netflix homepage clone made using HTML and CSS. The goal of this project was to practice basic web development concepts like layout, styling, flexbox, and responsive design. This project helped me understand how real websites structure their UI.
- Basic Netflix-style homepage layout
- Navigation bar
- Hero section similar to Netflix
- Uses simple and clean HTML & CSS
- Beginner-friendly project to practice styling
Netflix-Clone/
│-- assets/
│-- favicon.ico
│-- index.html
│-- style.css
- How to structure a webpage using HTML
- How to style sections using CSS
- How flexbox works
- Working with images and background banners
- Creating a layout similar to a real website