This repository contains the code for a simple Netflix clone start page created using only HTML and CSS. The purpose of this project is to practice front-end development skills and understand how to structure and style a web page similar to the Netflix homepage.
This project is a basic clone of the Netflix start page, built to replicate its appearance using only HTML and CSS. It does not include any functionality like user authentication or video playback. The focus is purely on the visual design.
- Responsive design that works on different screen sizes
- Navigation bar with a Netflix logo, language selection, and sign-in button
- Hero section with a background image, promotional text, and an email input form
- HTML: Structure of the web page
- CSS: Styling of the web page
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/adiiiii13/Netflix_Clone_Only-HTML-CSS.git
-
Navigate to the project directory:
cd Netflix_Clone_Only-HTML-CSS
-
Open
index.html
in your web browser.
Simply open index.html
in any modern web browser to view the Netflix start page clone.
Contributions are welcome! If you have any suggestions or improvements, feel free to submit a pull request or open an issue.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Aditya - [email protected]
Project Link: https://github.com/adiiiii13/Netflix_Clone_Only-HTML-CSS