This project is a simple Netflix clone created using HTML and CSS. It aims to replicate the layout and design of the Netflix homepage.
The Netflix Clone Project is a static web page designed to resemble the Netflix homepage. It's a demonstration of HTML and CSS skills.
- Similar layout to Netflix homepage: The design mimics the structure and style of the official Netflix homepage.
- Placeholder content: Placeholder images and text are used to mimic the appearance of actual Netflix content.
- HTML: Used for the structure and content of the web page.
- CSS: Utilized for styling and layout design.
To view the Netflix clone locally, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Mahak-Clone/netflix-clone.git
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the project repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
This project was completed as part of the Bharat Intern program. Bharat Intern provides opportunities for aspiring developers to gain practical experience and enhance their skills through real-world projects.