Select Page
CSS Loading Spinners

CSS Loading Spinners

Here are some cool examples of loading animations / spinners. DEMO Open demo in a full window – https://demos.webdevpuneet.com/css/css-spinners/index.html HTML <!DOCTYPE html> <html> <head> <title>SpinKit Examples</title> <link...
Google Charts – powerful, simple to use, and free

Google Charts – powerful, simple to use, and free

Google charts provide a variety of charts designed to address your data visualization needs. These charts are based on pure HTML5/SVG technology (adopting VML for old IE versions), so no plugins are required. All of them are interactive, and many are pannable and...
Lorem Ipsum – Text

Lorem Ipsum – Text

lorem ipsum text The standard Lorem Ipsum passage, used since the 1500s Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi...
BEM – Block Element Modifier Naming

BEM – Block Element Modifier Naming

BEM – Block Element Modifier Problem: There are only two hard problems in Computer Science: cache invalidation and naming things — Phil Karlton Solution: BEM — Block Element Modifier is a methodology that helps you to create reusable components and code...
Parallax Sections

Parallax Sections

parallax sections Will be updating it … DEMO Open demo in a full window – https://demos.webdevpuneet.com/parallax/index.html SOURCE <!DOCTYPE html> <html class=”no-js” lang=”en”> <head> <meta...
Story Page Responsive Layout Template

Story Page Responsive Layout Template

story page layout This is a single-page responsive HTML/CSS template that can be used to display stories with the main image at the center and the other three images with the title after the content. The template also contains background wallpaper that you can change...
How to create a slide-in menu using HTML, CSS, jQuery

How to create a slide-in menu using HTML, CSS, jQuery

In the following post, I will show you how I displayed a slide-in menu in one of my front-end UI development projects. DEMO Open demo in a full window – https://demos.webdevpuneet.com/slideinmenu/index.html HTML <html> <head> <title>Switch...