This is the Netflix clone website using HTML and CSS.
Steps to follow
git clone https://github.com/[YOUR_GITHUB_USERNAME]/[REPO_NAME].git
For pushing your updates make a new branch in this format.
git checkout -b "branch name"
make changes and git add . git commit -m "comments" git push -u origin "branch name"
Click on contribute and perfrom a Pull Request And also describe a bit what changes made and try to attach screenshots.
Thank you for contributing :)