Skip to content

Make-a-Ton/The_Second_Commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’‘ IdeaWall

A simple, beautiful idea board to capture and organize your thoughts. Built with pure HTML and CSS β€” no JavaScript required.

Features

  • 🎨 Cork board aesthetic with colorful sticky notes
  • 🎯 Smooth animations for an engaging experience
  • πŸ“± Fully responsive β€” works on all devices
  • ⚑ Zero dependencies β€” just open and use

Getting Started

  1. Clone or download this repository
  2. Open index.html in your browser
ideawall/
β”œβ”€β”€ index.html    # Main HTML file
β”œβ”€β”€ styles.css    # All styling
└── README.md     # You're here

Adding Ideas

To add a new idea, open index.html and copy this template inside the <div class="idea-wall">:

<div class="idea-card" style="--rotation: 0deg; --hue: 60;">
    <div class="pin"></div>
    <h3>Your Idea Title</h3>
    <p>Your idea description goes here.</p>
    <span class="idea-date">Dec 3, 2025</span>
</div>

Customization Tips

  • rotation: Try values between -4deg and 4deg for a natural look
  • hue: Use 0-360 for different colors:
    • 0 = Red
    • 60 = Yellow
    • 120 = Green
    • 180 = Cyan
    • 240 = Blue
    • 300 = Pink

Browser Support

Works in all modern browsers (Chrome, Firefox, Safari, Edge).

License

MIT β€” feel free to use and modify for your own projects.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11