Skip to content

A Repository contains small & re-usable HTML, CSS & JS web snippets πŸš€

Notifications You must be signed in to change notification settings

Kalmunai-IT-Hub/HTML-Web-Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

HTML-Web-Snippets

A Repository contains small & re-usable HTML, CSS & JS web snippets πŸš€

Folder Structure Guide

|-- HTML-Web-Snippets
   |-- You Snippet Folder
      |-- index.html
      |-- style.css
      |-- README.md [Add the Screenshot of the snippet in the .md file]
   |-- README.md

Contribution Guide

  1. Fork the repository

  2. Clone the repository

git clone https://github.com/<YOUR_USERNAME>/HTML-Web-Snippets.git
  1. Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link
git checkout -b feature/<BRANCH_NAME>
  1. Do your modifications

  2. Stage Changes and commit

git add .
git commit -m "<Commit message>"
  1. Push Changes
git push --set-upstream origin feature/<BRANCH_NAME>
  1. Make a Pull Request. See the guide for more details Link

About

A Repository contains small & re-usable HTML, CSS & JS web snippets πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •