A simple Glassmorphism UI demo built with pure HTML & CSS.
This project showcases a centered frosted-glass effect box placed over a fullscreen background image using backdrop-filter: blur().
- Frosted glassmorphism effect using CSS only
- Responsive centered box with smooth blur
- Lightweight and easy to integrate into any project
- Background image support
- Works well for portfolios, landing pages, or UI experiments
Sample background used in demo
- Clone the repository:
git clone https://github.com/piyushsarkar-dev/glass-effect.git Open index.html in your browser.
Customize css/style.css for your own background, colors, or blur level.
- HTML5
- CSS3 (backdrop-filter, flexbox)
- Bootstrap (optional, included in demo)
index.html css/ βββ style.css βββ bootstrap.min.css js/ βββ script.js βββ bootstrap.bundle.min.js