A modern, responsive sidebar menu built using Pure HTML and CSS. This project demonstrates advanced UI/UX styling techniques without the need for JavaScript.
- Glassmorphism UI: High-end frosted glass effect using
backdrop-filterandrgbatransparency. - Checkbox Hack: Functional toggle (Open/Close) logic implemented using pure CSS
:checkedselectors. - Fully Responsive: Smooth transitions and optimized layout for various screen sizes.
- Interactive Hover Effects: Scalable icons and subtle box-shadow animations.
- FontAwesome Integration: Clean and recognizable iconography.
- HTML5: Semantic structure.
- CSS3: Custom properties, Flexbox, and Transitions.
- Google Fonts: 'Poppins' for a clean, modern look.
- FontAwesome: For vector icons.
Through this project, I deepened my understanding of:
- CSS Positioning: Managing
fixedandabsoluteelements for overlays. - Pseudo-classes: Using the
:checkedstate to manipulate sibling elements (~selector). - Glassmorphism Design: Balancing transparency, blur, and borders for a modern aesthetic.
- Clone the repository:
git clone https://github.com/techxkirti/Glassmorphism-Sidebar.git
- Open index.html in your favorite browser.
