A beautiful, minimal calendar implementation using pure HTML and CSS with a modern glass morphism design aesthetic.
- Elegant Glass Morphism Design: Frosted glass effect with subtle transparency and blur
- Interactive Elements: Calendar dates expand and highlight on hover
- Event Tooltips: Special dates show tooltips with event information when hovered
- Custom Typography: Uses the beautiful "Wasted-Vindey" font for a unique look
- Responsive Design: Calendar scales beautifully across different screen sizes
- Subtle Animation: Gentle scaling animations on hover for responsive feedback
The calendar displays April 2025 and includes:
- A gorgeous gradient background
- Frosted glass effect for the calendar table
- Special event markers (like the birthday on April 28th)
- Tooltips that appear when hovering over dates with events
calendar/
├── index.html # The HTML structure
├── style.css # CSS styling
├── fonts/ # Font directory
│ └── Wasted-Vindey.ttf # Custom font file
├── .gitignore
└── README.md # This file- Clone this repository or download the files
- Open
index.htmlin any modern web browser - Hover over dates to see the interactive effects
- Special dates like April 1st and April 28th have tooltips
You can easily modify this calendar by:
- Changing the month and dates in the HTML structure
- Updating the color scheme in the CSS
- Adding more events with tooltips
- Replacing the font with another of your choice
