Welcome to the CSS Art Museum!
This is an open-source project where developers can showcase their creativity using HTML, CSS, and JavaScript.
Contribute your CSS Art during Hacktoberfest 2025 and become part of our gallery!
-
Fork this repo
-
Clone your fork locally
git clone [https://github.com/](https://github.com/)<your-username>/css-art-museum.git cd css-art-museum
Create a branch for your artwork
git checkout -b my-artwork
-
Add your artwork
Navigate to the
/arts/folder Create a new file:yourname-artname.htmlAdd your HTML + CSS artwork (no JS/images) Updatearts.jsonor the gallery page to include your art.{ "file": "example.html", "title": "example", "author": "example" }
We value each and every contribution! π
Along with your code/artwork changes, we also want to recognize you on our Contributors Page.
-
Go to the file:
Contributors/contributors.json -
Check if your GitHub username is already listed.
- β If your name is already there β No action needed.
- β If your name is not listed β Please add it at the end of the list.
-
Add your username in this format:
{ "username": "your-github-username" } -
Commit & push your changes
git add . git commit -m "Added CSS artwork: yourname-artname" git push origin my-artwork
Create a Pull Request (PR) Go to your fork on GitHub -> Click Compare & Pull Request Include a screenshot of your artwork in the PR description
-
Only original CSS art (no images)
-
Keep code clean and commented
-
Small contributions (like text/typo only) will be marked invalid
-
PRs will be accepted with
hacktoberfest-acceptedlabel -
β οΈ Note: When raising a PR, please add a screenshot of both your code changes and the output/result. PRs without screenshots may take longer to review.
Happy contributing π