Welcome to the Netflix UI Clone project! This is a simple front-end replica of the Netflix user interface created using only HTML and CSS. This project is a great way to practice and showcase your skills in front-end development, especially in HTML and CSS.
You can view the live demo of this project here: Live Demo
- Responsive design: The layout adjusts to different screen sizes and devices.
- Modern UI: Mimics the look and feel of the Netflix interface.
- Static content: Displays a mockup of Netflix's movie and TV show listings.
- HTML: For structuring the web pages.
- CSS: For styling and layout of the UI.
netflix-ui-clone/
│
├── index.html # Main HTML file
├── styles/
│ └── style.css # CSS file for styling the UI
└── assets/
├── images/ # Directory for images used in the project
└── fonts/ # Directory for any custom fonts
Contributions are welcome! If you have suggestions for improvements or fixes, please open an issue or submit a pull request.
- Thanks to Netflix for the inspiration and design reference.
- Special thanks to Code with Harry for providing resources and support.