Skip to content

Ritu-2001/Creative-CSS-Effects

 
 

Repository files navigation

Creative-CSS-Effects

Creative-CSS-Effectss🎨🎭

Hactoberfest
PRs Welcome Open Source Love contributions welcome Begginers Friendly

Screenshot (83)

Tech-Stack🎓

HTML5

CSS3

JavaScript

Contributing Guidelines📝

You are welcome to contribute in this project.

To start contributing, follow the below guidelines:

1. Fork this repository. you can also star it additionally

2. Clone your forked copy of the project.

git clone https://github.com/<your_user_name>/Creative-CSS-Effects.git

3. Set remote to the forked repo.

git remote set-url add https://github.com/<your_user_name>/Creative-CSS-Effects.git

4. Check the remotes for this repository.

git remote -v

5. Always pull from the upstream repository to your master branch.

git pull upstream main

6. Create a new branch.

git checkout -b <your_branch_name>

7. Perfom your desired changes to the code base.

a) Create a new folder and add the files you are creating in that folder. 'OR'

b) Simply perform changes if you are editing existing folders or files.

8. Commit your changes .

git commit -m "Relevant message"

9. Push the committed changes in your feature branch of your remote repo.

git push -u origin <your_branch_name>

10. Click on Create Pull Request. It would be better to provide a little description or SCREENSHOT of your work.

Wait for your submission to be accepted and your PR to be merged.

Happy Coding!

About

Its a project displaying various CSS Effects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.2%
  • SCSS 32.9%
  • HTML 8.5%
  • JavaScript 1.4%