Skip to content

sandeepMcodeX/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.

     {
     "file": "example.html",
     "title": "example",
     "author": "example"
    }

✨ Contributors Recognition

We value each and every contribution! πŸŽ‰
Along with your code/artwork changes, we also want to recognize you on our Contributors Page.

πŸ“ How to add yourself as a contributor

  1. Go to the file: Contributors/contributors.json

  2. 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.
  3. Add your username in this format:

    {
      "username": "your-github-username"
    }
  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

 
 
 

Contributors

Languages

  • HTML 85.3%
  • JavaScript 8.4%
  • CSS 6.3%