Anyone can add any type of html-css web page depends on you. Add any small projects you have made. You can add in any programming language
Anybody can make contribution. Steps To Generate PR(Pull Request)
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.
if you want to use the terminal, use the following commands after you fork the repository , open the terminal
git clone https://github.com/{your-github-username}/Hacktoberfest2020-HTML-CSS-WEB.git
Then create a branch on your local repository to solve a problem.
terminal commands
git checkout -b your_new_branch_name
Make necessary changes and commit those changes.
terminal commands
git add .
git commit -m "your-commit-message"
Finally push your local repository to remote repository Compare & Submit a Pull Request
terminal commands
git push origin <branch-name>
We're happy to merge valid pull requests to this repository!