A simple front-end clone of the Netflix landing page built using HTML5 and CSS3. This project focuses on recreating the visual design and layout of Netflix's homepage while practicing modern web development fundamentals.
Note: This project is currently optimized for desktop screens and is not yet fully responsive.
- Netflix-inspired landing page design
- Navigation bar with Netflix logo and Sign In button
- Multiple content sections similar to the original website
- Clean and structured UI built with pure CSS
- Static front-end implementation with no external frameworks
- HTML5
- CSS3
Netflix-Clone/
│
├── Images/
├── assets/
├── favicon.ico
├── index.html
├── style.css
└── README.md
git clone https://github.com/anujsharma8d/Netflix-Clone-using-HTML-and-CSS.git- Open the project folder.
- Open
index.htmlin your preferred web browser.
