Search

Search Code by entering the text above.
css animations
Animated Triangles on Canvas JS HTML

Cool looking triangles animation using just canvas and js.  Explanation of Code The code starts with the statement 'use strict'; which enables strict mode, a way to introduce better error..

7:00 am, May 26, 2023
CSS Slider
A CSS and HTML Only Carousel Slider

Why is it that sliders and carousels need a bunch of javascript and other css files to get them working? I have seen so many complex sliders with a lot of javascript and libraries that may not even b..

4:21 am, November 19, 2022
HTML CSS Sections
Overview full width section in Poppins font with light gray background using foundation

Quick overview full width section code. Lightgray and teal colours on white background. 

1:36 am, August 31, 2022
Bootstrap 4.2 Kitchen Sink

Here is the full (almost full) collection of bootstrap elements in this kitchen sink code for bootstrap.  Thanks to ycohio for this useful reference. 

12:05 am, June 8, 2022
CSS Modal
Create a modal with only CSS

and HTML... What is Create a modal with only CSS? Usually when creating a modal you need to use a javascript library or some javascript to show and hide and create the modal element. The following ..

1:43 am, May 14, 2022
CSS Text Effects
Using the selection selector to change the default highlight color

What is the selection pseudo selector? You can target this pseudo element to change the highlight color of selected text within the element. What can i use the selection pseudo selector for? You ca..

5:10 am, May 3, 2022
CSS Animations
button animations hover and fill animation

Why would i want to use animations on my buttons? Button animations can be used for a variety of reasons. They can be used to add aesthetic appeal to a website or web application, or to provide a vis..

11:56 pm, April 5, 2022
Web Developer Checklists
Front-End Checklist

The Front-End Checklist is an exhaustive list of all elements you need to have / to test before launching your website / HTML page to production. If you want to check your project for the best practi..

10:58 pm, March 20, 2022
CSS Animation
Animate Stuff with Animate.css

What is Animate.css? Its a css only animation library, just add the css and the classes and your animation needs should be good to go.  Preview a preview of Animate.css What can i use this fo..

10:14 pm, March 15, 2022
Notifications
Toast Messages and Notifications Standalone Library no JQuery - notify.js

What is notify.js? This is a small standalone javascript library that allows you to attach toast type messages that appear in the top right corner of your display with selected messages.  Previ..

10:57 pm, March 1, 2022
Image Zoom
Silky Smooth Image Zoom and Lightbox

What is Silky Smooth Image Zoom and Lightbox? This is a nice and small javascript library that adds a image zoom or lightbox effect to your images, with no need for JQuery or any other scripts. ..

10:56 pm, February 28, 2022
css framework
simple.css a nice simple and stylish framework replacement

What is simple.css? Simple CSS is a framework that you can just drop into your site, and it styles the actual html elements, so no class names are required for this out of the box, just add the scrip..

11:56 am, January 17, 2022
image effects
Lightweight and powerful image lightbox and previewer script

Lightweight and powerful javascript image preview plug-in, silky animation allows you to elegantly preview the images in your website. Out of the box, you don't need extra configuration (by default) o..

11:02 pm, December 30, 2021
SEO
Deep Links to highlight and share text on any page

Deep Links allows you to highlight text on the page, and will generate a URL hash to allow that text highlight to be shared to another browser.  Example Link: Link 1 Just highlight some of the ..

5:46 am, December 10, 2021
Boxes
Rounded Card Design with Shadow Palette

What is it? a nice rounded card design with a hero image on top, description text, hero title, more links and a shared by text area.  Preview a preview of Rounded Card Design with Shadow Palet..

12:12 pm, December 6, 2021
Parallax
Atropos Stunning touch-friendly 3D parallax hover effects

Atropos Atropos is a lightweight, free and open-source JavaScript library to create stunning touch-friendly 3D parallax hover effects. Preview Features Touch Friendly: Atro..

10:25 pm, December 2, 2021
Navigation
WCAG Responsive Accessible Menu Dropdown Library

What is WCAG Responsive Accessible Menu? Here we have a javascript library with css and html that produces a responsive and mobile compatible dropdown navigation system. When the screen size goes int..

1:30 am, December 2, 2021
Content Slider
Slider Show - a standalone object and image slider

What is Slider Show ? Slider Show is a standalone image carousel and slider. You can add text and images into each item and the number of the slide, and it will switch between them. This library..

12:05 am, December 1, 2021
Modals
Micro Modal a tiny animated light accessible modal script

What is Micro Modal? Micro Modal is a Tiny, dependency-free javascript library for creating accessible modal dialogs The aim of this library is to make modal dialogs accessible and easy to include i..

11:45 pm, November 28, 2021
Cookie Alerts
Easy Cookie Consent Modal Popup Window

A lightweight & gdpr compliant cookie consent plugin written in plain javascript. An "all-in-one" solution which also allows you to write your cookie policy inside it without t..

11:29 am, November 15, 2021
UI
Neumorphic Analog Clock

Here is a working Neumorphic Analog Clock from here. Gif Example:

12:57 am, November 9, 2021
Link Effects
Add hovering text to your href links

What is it? Here we have a script that adds a Click Me Text above your links when they are hovered over or active.  What can i use this for? Showing some additional information when your links..

8:54 am, October 18, 2021
animations
Amazing Stripe Website Gradient Animation

What is it? An animated background using javascript html and css to achieve.  What can i use this for? You could use is on the background in your website, or maybe on a hero type image.  ..

5:55 am, October 15, 2021
css framework
Punica pure CSS Framework

Punica CSS is a clean, lightweight, responsive, modern and fully customizable (even class names) pure CSS Framework based on SASS/SCSS with multi-theme support. What is Punica? Pu..

5:15 am, October 11, 2021
Lightbox
Lightbox for Bootstrap 5

A pure JavaScript Bootstrap 5 lightbox that supports images, galleries, YouTube, Vimeo, and Instagram—built around Bootstrap's Modal and Carousel plugins. Have you been using Lightbox for ..

5:34 am, October 8, 2021
Animations
Nighttime Flows Animated SVG Background

What is Nighttime Flows Animated SVG Background This is an animated SVG which is generated by this other pen here that generates a random SVG, when clicked it mentions to check the menu for the SVG b..

5:49 am, October 5, 2021
Buttons
Animated Success Button with Confetti

What is Animated Success Button with Confetti? This is a success button, well an action button that has a loading function as well as a success message and confetti when clicked, all contained within..

8:51 am, October 4, 2021
UI
Project Management Dashboard UI Elements

Very slick Project management dashboard, showing some amazing UI Elements. Features Dark and Light Mode Listing Modes, in grid vs list Client Messages Popout section This is all in pure h..

6:54 am, September 29, 2021
forms
checkbox groups with icons that highlight when checked

Here we have a nice way to layout some checkboxes in group format, giving each checkbox an icon and also a title.  A nice form layout for checkboxes. Also would be good for touch input.  &..

4:01 am, September 19, 2021
UI
Neumorphic UI Element Examples

Here is a very slick example of Neumorphic ui elements, with some active examples.  Credits Codepen, Maria M. Muñoz

6:56 am, September 14, 2021
backgrounds
Pure CSS Gradient Background Animation

this animated background element can give your project a bit more life, with a nive subtle background gradient changing effect that cycles slowly between the selected colours. 

1:02 am, September 9, 2021
Design
Glassmorphism Creative Cloud App Redesign

A full ui for Creative Cloud redesigned in html css and javascript, amazing work by Aysenur Turk. It even has responsive views, dark and light mode, and the tabs are functional. 

12:17 am, September 9, 2021
Navigation
Animated Tab Bar

A very stylish and animated tab bar navigation with reveal text once the icon is clicked.  Demo of Menu Items being Activated Credits Designed by: Hoang NguyenAuthor: abxlfazlOriginal image:..

6:41 am, September 6, 2021
Boxes
Card Hover Interaction Examples

Do you have boxes on your home page that need some new interactions.. Well go no further than these shiney boxes! :)  Thanks to Ryan Mulligan for this code pen. Slightly tweaked and compiled t..

6:28 am, September 3, 2021
Mouse Effects
Slide on Mouse Hover Over Effect

a very funky mouse in and out transition to the link. hmm this breaks my demo, i will have to investigate this.  So anyway i like this effect, but its not that useful to have all of your H1 l..

7:03 am, September 1, 2021
CSS & Javascript
CSS & Javascript implementation for multiselect html control

Description this multiselect html control allows the user to click on the dropdown and select multiple items out of this list. there is also a control that allows selection of all the items in the ..

9:35 am, August 25, 2021
Parallax
Animated Parallax 404 Error Page

Found this awesome animated 404 error page on codepen the other day, crazily awesome animations on this one, just reload the demo page and you can see the animation as it loads in as well. 

12:42 pm, August 23, 2021
Welcome to CSSBundle.com

Hi there and welcome to CSSBundle. Here at CSS Bundle we aim to find the best css and javascript bundles and demos and add them here to make them easy to find all in one place.

If you would like to stay up to date with our latest updates you can subscribe to our mailing list where we will send you one email per week with the latest updates, no spam emails just the latest updates.

Random Quote


Latest Code
css animations Falling Stars CSS Animation html Video different sources on screen sizes video embed html responsive css animations Animated Triangles on Canvas JS HTML HTML Canvas Instant colour fill with HTML Canvas javascript Transform Text into Images using SnapText JS CSS Tools Fancy Border Radius CSS Generator Tool - spin animation keyframes CSS Tools CSS Drop Filter Shadow Creator CSS Slider A CSS and HTML Only Carousel Slider CSS Z-Index Z-Index Code Front - CSS to change z-index when element is active sections section with image to the right text to the left gradient Sections Two Clickable Logo Promo Box Section Foundation HTML CSS Sections Inline Contact Form Formatting HTML CSS Sections Overview full width section in Poppins font with light gray background using foundation Interactive Images Map Image with Easy Dots and Titles using only CSS HTML Sections Social Header Links easy Drop in Code with Font Awesome Icons Sections Responsive Friendly Subscribe to our Newsletter Section CSS Tips Create a button with CSS, HTML and Center it! CSS Text Formatting Truncate Text to an amount of lines using line-clamp CSS Positions Item Positioning in CSS CSS Tips Draw a Circle in CSS css animations Magical Text Effect Bootstrap 4.2 Kitchen Sink CSS Frameworks Make your site look like windows 7 CSS Backgrounds Fancy up your banner image hero sections using overlay gradients CSS Modal Floating Modal Message Fixed on the Bottom of the Screen CSS Modal Create a modal with only CSS css grid display items in a css grid CSS Text Effects Using the selection selector to change the default highlight color Text Truncate your Text with CSS CSS Cursors Change your cursor into an Emoji Cursor or Image Cursor CSS How to Center Everything or Anything with CSS CSS Animations Smooth Scrolling with just CSS CSS Animations Radial Glow under cursor on box hover over effect CSS Shadows Using a filter drop shadow for transparent images CSS Animations Pure CSS 3D Flipping Book with Animations CSS Create a checkerboard background pattern with CSS CSS Animations button animations hover and fill animation CSS Animations button on focus swing animation CSS Animations Animated Button Border when Active Quick CSS create a border with top triangle in css CSS Animations Single Element CSS Spinners CSS Animations CSS Shake - Shake up your elements CSS Framework NES-style(8bit-like) CSS Framework CSS Tips Why to use a CSS Reset? Web Developer Checklists Front-End Checklist Icons Font Awesome Icons CSS Animation Animate Stuff with Animate.css CSS Animations Check Wave Click a Checkbox and Watch the Animation Animation Cloudy spiral animation with CSS3 Notifications Toast Messages and Notifications Standalone Library no JQuery - notify.js