https://github.com/susmita-dey/css-art-projects
Some cool mini projects made using CSS Art
https://github.com/susmita-dey/css-art-projects
css css-animations css-art css3
Last synced: about 1 month ago
JSON representation
Some cool mini projects made using CSS Art
- Host: GitHub
- URL: https://github.com/susmita-dey/css-art-projects
- Owner: Susmita-Dey
- License: mit
- Created: 2022-01-20T10:38:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T14:56:15.000Z (over 3 years ago)
- Last Synced: 2025-01-18T17:32:07.811Z (9 months ago)
- Topics: css, css-animations, css-art, css3
- Language: CSS
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CSS-Art-Projects
This repository contains some cool CSS Art.# 💥 How to Contribute
[](https://github.com/Susmita-Dey/CSS-Art-Projects/pulls)
[](https://github.com/ellerbrock/open-source-badges/)- Take a look at the existing [Issues](https://github.com/Susmita-Dey/CSS-Art-Projects/issues) or [create a new issue](https://github.com/Susmita-Dey/CSS-Art-Projects/issues/new/choose)!
- [Fork the Repo](https://github.com/Susmita-Dey/CSS-Art-Projects/fork), create a branch for any issue that you are working on and commit your work.
- Create a **[Pull Request](https://github.com/Susmita-Dey/CSS-Art-Projects/compare)** (_PR_), which will be promptly reviewed and given suggestions for improvements by the community.
- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes that are included in your commits.## ⭐ HOW TO MAKE A PULL REQUEST:
**1.** Start by making a fork the [**CSS-Art-Projects**](https://github.com/Susmita-Dey/CSS-Art-Projects) repository. Click on the
symbol at the top right corner.
**2.** Clone your new fork of the repository:
```bash
git clone https://github.com//CSS-Art-Projects
```**3.** Set upstream command:
```bash
git remote add upstream https://github.com/Susmita-Dey/CSS-Art-Projects.git
```**4.** Navigate to the new project directory:
```bash
cd CSS-Art-Projects
```**5.** Create a new branch:
```bash
git checkout -b YourBranchName
```**6.** Sync your fork or local repository with the origin repository:
- In your forked repository click on "Fetch upstream"
- Click "Fetch and merge".### Alternatively, Git CLI way to Sync forked repository with origin repository:
```bash
git fetch upstream
``````bash
git merge upstream/main
```### [Github Docs](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github) for Syncing
**7.** Make your changes to the source code.
**8.** Stage your changes and commit:
```bash
git add .
``````bash
git commit -m ""
```**9.** Push your local commits to the remote repository:
```bash
git push origin YourBranchName
```**10.** Create a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)!
**11.** **Congratulations!** You've made your first contribution! 🙌🏼
## All the best! 🥇
[](https://github.com/unnati914/Care4ther-)