You Are Viewing Posts Under Category: HTML-CSS-PHP-JavaScript

Honeycomb-Style-Responsive-Grid-Using-Pure-CSS

Honeycomb Style Responsive Grid Using Pure CSS

A cool hexagonal grid for images and text made in CSS and HTML. The grid shows images by default but once you hover over it reveals the text, with enough space for a short title on small screens and a title with a description on bigger screens. A pen created by codepen user web-tiki. Also, […...
Select-Image,-Crop-Then-Upload-Or-Save-Using-Pure-JavaScript

Select Image, Crop Then Upload Or Save Using Pure JavaScript

This JavaScript code snippet is based on a simple idea to crop an image and save/download them instantly. It uses the JavaScript image Cropper library (cropper.js) to perform image cropping. Basically, this code snippet just focuses on just image cropping and lets users download it. But you can modi...
Pure-CSS-Animated-Vertical-Multi-Level-Dropdown-Menu

Pure CSS Animated Vertical Multi-Level Dropdown Menu

A CSS dropdown menu is an effective solution for enhancing the UI and UX of an app or website. A drop-down menu is a sub-menu of a website or app’s main menu. It is used to showcase content buttons (links) for each parent menu item. Dropdown menus help users easily navigate an app or website [...
Pure-CSS-Vertical-Responsive-Double-Sided-Timeline-Example

Pure CSS Vertical Responsive Double-Sided Timeline Example

This CSS-only snippet by Bruno Rodrigues is great when you want to have a timeline on your site and the best part is that this is mobile-friendly. Each timeline entry has an icon and a chat bubble-like thing for the content. There are many code snippets available online or on many other blogs and we...
Pure-Vanilla-JavaScript-Right-Click-Context-Menu-Snippet-Without-Libraries

Pure Vanilla JavaScript Right Click Context Menu Snippet Without Libraries

A fully customizable and appealing gradient context menu to add to your websites taking the most out of its dark icons, smoothly selected item highlights, and sub-menus. This context menu was created by Ryan Morr. There are many code snippets available online or on many other blogs and websites, but...
Simple-Customizable-Toast-Notification-In-Vanilla-JavaScript

Simple Customizable Toast Notification In Vanilla JavaScript

This JavaScript code snippet helps you to create a simple toast notification. It allows you to display various types of alerts including success, warning, and danger with predefined themes. The styles and notifications can be customized according to your needs. The toast can be triggered with any ev...
Pure-CSS-Expandable-Card-On-Hover-With-Neon-Glow-Effect

Pure CSS Expandable Card On-Hover With Neon Glow Effect

This CSS code snippet helps you to create an expandable card with a neon glow effect. The card displays only the thumbnail in normal condition and shows details on the hover event. When the hover event is triggered, the thumbnail slides up with neon color glowing animation and the card expanded to d...