Category: Misc

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

Placeholder Image with custom background

Placeholder Image with custom background

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 keep a track of what goes where in your designs and mockups.

Git Commands – For Memory

Git Commands – For Memory

Here are some frequently used GIT commands. Getting & Creating Projects git init // Initialize a local Git repository git clone ssh://[email protected]/[username]/[repository-name].git // Create a local copy of a remote repository   Basic Snapshotting git status...
Animate letters of a text using Blast.JS

Animate letters of a text using Blast.JS

Here I have used Blast.JS to encapsulate each letter of the text with having a CSS property – ‘transition-delay’ value just a little later than the first letter and transformed it while clicking the animate button.