Select Page

Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

Switch button using CSS Only

Switch button using CSS Only

With the following method, you can create a custom switch button for your website or web application using HTML and CSS only. Demo Open demo in a full window – https://demos.webdevpuneet.com/css/switch-button/index.html HTML <div...
How to create background stripes using CSS?

How to create background stripes using CSS?

Example of background stripes using CSS Only With the following post you will learn how to create background stripes using CSS only and no extra images. You just need to apply this simple script and modify it according to your needs. CSS .box{ background:...
Figma – A free tool to create website interface designs

Figma – A free tool to create website interface designs

Figma is a cloud-based interface design tool that allows you to create and collaborate on website designs with your team. Unlike traditional design tools that require you to download and install software, Figma works directly in your browser, making it accessible from...
Placeholder Image with custom background

Placeholder Image with custom background

Customizable Image Placeholder Tool This is the lightest way to include placeholder images in HTML pages. All images are fully optimized Scalable Vector Graphics (SVG) and can be customized to any size or color as need. A short label can also be added to images to...