Posts

Liquid Glass Pastel Hearts Dashboard

Image
Liquid Glass Pastel Hearts Dashboard A soft glass dashboard feels especially nice when the background is gentle instead of loud. This experiment combines pastel gradients, floating heart-like texture, translucent widgets, clocks, a calendar, notes, reminders, a to-do list, and a small drawing canvas into one dreamy dashboard UI. The goal was to keep the interface playful while still making it feel like a real utility screen. The widgets sit on top of a moving pastel background, and the glass panels react with blur, shadows, rounded corners, and light borders. A small settings panel lets you adjust the blur and accent color, while the theme button switches the scene into a darker night mode. Features Pastel liquid glass dashboard layout Animated gradient background Floating heart-style texture layer Light and dark mode toggle Configurable blur intensity and accent color Digital clock and analog clock widgets Calendar, to-do, reminders, and notes widgets Dr...

Animated Neon Hover Cards with HTML and CSS

Image
Animated Neon Hover Cards with HTML and CSS This time, I created a collection of animated hover cards using only HTML and CSS. The design focuses on modern UI card effects such as neon glow, lift-up motion, shine transitions, gradient pulses, floating movement, glass tilt, and slide reveal interactions. This demo is useful for testing small interactive card patterns that can be reused in landing pages, portfolios, dashboards, feature sections, or blog layouts. Each card has a different hover style, making it easy to compare multiple animation techniques in one place. Features Pure HTML and CSS implementation No JavaScript required Neon glow border card Soft lift and pop animation Slide shine hover effect Rotation hover interaction Gradient pulse animation Floating card motion Glass tilt style card Responsive Blogger-safe layout Implementation Notes The original CSS used global selectors such as body , .card , and .icon . For Blogger, I wrapped t...

Realistic Rainy Window Generator with HTML, CSS, and JavaScript

Image
Realistic Rainy Window Generator with HTML, CSS, and JavaScript This time, I created a Blogger-ready rainy window generator inspired by a CodePen rainy glass background experiment. The demo recreates the feeling of looking through a wet window by combining a scenic background, animated canvas raindrops, blur, glass overlays, and a small weather-style HUD. The live demo below is not embedded from CodePen. It is written directly with HTML, CSS, and JavaScript so it can run inside a Blogger post. The original idea focuses on an ambient rainy glass background, while this Blogger version keeps the implementation compact and easier to customize. Features Direct Blogger implementation without iframe embedding Animated canvas raindrops and falling streaks Moving blurred background presets Adjustable rain intensity and glass blur Weather and clock style HUD Mouse interaction for small splash effects Scoped CSS so it does not affect the Blogger theme Separated HTML...

Apple-Style Glassmorphism Sidebar with HTML, CSS, and JavaScript

Image
Apple-Style Glassmorphism Sidebar with HTML, CSS, and JavaScript This time, I implemented an Apple-style glassmorphism sidebar layout inspired by a CodePen demo. The interface uses a soft gradient background, frosted glass panels, rounded surfaces, subtle borders, and hover interactions to create a polished dashboard-style UI. The demo includes a sidebar navigation, profile area, welcome content, and three statistic cards. The sidebar has an active menu state, animated icon feedback, and a liquid-style highlight effect on hover. The dashboard cards also respond to mouse movement with a gentle 3D tilt interaction. Features Apple-inspired glassmorphism sidebar layout Frosted glass surfaces using backdrop-filter Responsive collapsed sidebar behavior Interactive navigation active state Liquid hover highlight on menu items 3D tilt effect on dashboard cards Font Awesome icons loaded from CDN Scoped CSS so it can be inserted into a Blogger post Implementation...

Glass UI Test code

Image
Creating a Liquid Glass UI with HTML and CSS This time, I created a Liquid Glass style UI demo using only HTML and CSS. The design was inspired by Apple-like translucent interface elements, where panels appear to float above a soft background with blur, reflection, and subtle distortion. The demo contains several interface components, including a music player, quick navigation menu, search button, search pill, and a dock-style icon area. The main visual effect is created by stacking multiple layers inside each glass component: a blur layer, a semi-transparent overlay, and a highlight layer. I also used an SVG filter to add a slight lens-like distortion, which helps the glass panels feel more dynamic and realistic. The result is a soft, glossy interface that reacts nicely to hover and active states. Features Pure HTML and CSS implementation No JavaScript required for the UI effect Liquid glass effect with CSS blur and transparency SVG filter for lens distortion R...