A Repository contains small & re-usable HTML, CSS & JS web snippets 🚀
|-- HTML-Web-Snippets
|-- You Snippet Folder
|-- index.html
|-- style.css
|-- README.md [Add the Screenshot of the snippet in the .md file]
|-- README.md
Fork the repository
Clone the repository
git clone https://github.com/<YOUR_USERNAME>/HTML-Web-Snippets.git
git checkout -b feature/<BRANCH_NAME>
Do your modifications
Stage Changes and commit
git add .
git commit -m "<Commit message>"
git push --set-upstream origin feature/<BRANCH_NAME>