A simple static clone of the Netflix landing page built using only HTML and CSS. This project is meant for front-end practice and UI/UX learning.
- Netflix-style landing page layout
- Responsive design (mobile-friendly)
- Hero section with background image and CTA
- Navigation bar and footer
- Styled sign-in form (UI only)
- HTML5
- CSS3
- Google Fonts
- Font Awesome (optional for icons)
git clone https://github.com/vanshmehandru/Netflix-Clone.git
cd Netflix-Clone
You can simply open the index.html file by double-clicking it or using Live Server in VS Code.
Netflix-Clone/
βββ index.html
βββ style.css
βββ images/
β βββ (assets like logo, background, etc.)
βββ README.md
- HTML/CSS layout design
- Flexbox and responsive media queries
- UI design without frameworks
- Pixel-perfect cloning practice
- Add JavaScript for interactive elements
- Create movie cards dynamically
- Connect with a backend or TMDB API
- Expand to a full multi-page clone
Vansh Mehandru
GitHub: https://github.com/vanshmehandru
This project is open-source and available under the MIT License.