KO
|
EN
gitlite — search
Search
#python
#javascript
#android
#kubernetes
#docker
#nodejs
#golang
#java
#php
#react
#arduino-library
#arduino
Hacktoberfest2020-HTML-CSS-WEB
★ 57
Open GitHub ↗
Hacktoberfest 2020
Download README (.md)
Explore Similar Repositories
JunctionApp
:
All-in-one hackathon platform for organisers
IV
:
Asignatura de infraestructuras virtuales para el Grado de Informática
challenges-back-end
:
Repositório referente à desafios de Back End da womakerscode
kdtree-in-python
:
Source Code for K-d tree in Python series
aex-bot
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Hacktoberfest2020-HTML-CSS-WEB
?
Download (.md)
<p align="center"> <img src="https://hacktoberfest.digitalocean.com/assets/HF-full-logo-b05d5eb32b3f3ecc9b2240526104cf4da3187b8b61963dd9042fdc2536e4a76c.svg"> </p> # Hacktoberfest2020-HTML-CSS-WEB Anyone can add any type of html-css web page depends on you. It can be anything like simple form, adding parallax so that people can understand how to use parallax, adding flex box, adding navbar, adding footer for website like that so that the people who are beginner can learn let say how to add navbar, how to generate shadow for an image,how to get sticky navbar,how to style various divs, adding button anything like that.You can also add any basic template page created by you like home page, contact us page, about us page so that anyone can use it with little modification. Anybody can make contribution. Steps To Generate PR(Pull Request) # Fork this repository 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. # Clone the repository 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 ``` # Create a branch Then create a branch on your local repository to solve a problem. *terminal commands* ``` git checkout -b your_new_branch_name ``` # Add & commit Make necessary changes and commit those changes. *terminal commands* ``` git add . git commit -m "your-commit-message" ``` # Push changes to GitHub 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! ### congratulation! You contributed to open source project & sit relax wait for review. Thank you. ### If you like this repo, drop a ⭐