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 -
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 ๐