Skip to content

Welcome to the CSS Art Museum โ€“ an open-source initiative where creativity meets code! ๐Ÿ’ซ This project is a digital gallery dedicated to showcasing artworks created with HTML, CSS and Javascript. The idea is simple: every contributor adds their own CSS creation, and together we build a growing museum of styles, colors, and imagination.

License

Notifications You must be signed in to change notification settings

Injora/css-art-museum

ย 
ย 

Repository files navigation

๐ŸŽจ CSS Art Museum

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!


๐Ÿš€ How to Contribute

  1. Fork this repo

  2. 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
  3. Add your artwork

    Navigate to the /arts/ folder Create a new file: yourname-artname.html Add your HTML + CSS artwork (no JS/images) Update arts.json or the gallery page to include your art

  4. 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


๐Ÿ“Œ Rules

  • 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-accepted label

  • โš ๏ธ 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 ๐Ÿ’–

About

Welcome to the CSS Art Museum โ€“ an open-source initiative where creativity meets code! ๐Ÿ’ซ This project is a digital gallery dedicated to showcasing artworks created with HTML, CSS and Javascript. The idea is simple: every contributor adds their own CSS creation, and together we build a growing museum of styles, colors, and imagination.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.0%
  • CSS 6.0%
  • JavaScript 2.0%