A simple, beautiful idea board to capture and organize your thoughts. Built with pure HTML and CSS β no JavaScript required.
- π¨ 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
- Clone or download this repository
- Open
index.htmlin your browser
ideawall/
βββ index.html # Main HTML file
βββ styles.css # All styling
βββ README.md # You're here
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>- rotation: Try values between
-4degand4degfor a natural look - hue: Use 0-360 for different colors:
0= Red60= Yellow120= Green180= Cyan240= Blue300= Pink
Works in all modern browsers (Chrome, Firefox, Safari, Edge).
MIT β feel free to use and modify for your own projects.