search ]

You searched for: %7%raw%7%92%7%md5%7%91

CSS Grid – The Complete Guide for Developers & Designers

CSS Grid is a module that allows creating a layout based on a grid using columns and rows. Until recently, HTML layout was built using floats, tables, and other various CSS properties that were definitely not suitable for creating...

Flexbox Made Easy: A Complete Guide for Developers

Since forever, the use of grids has been an integral part of the world of design and website development. As Frontend developers, you’ve likely encountered websites built on some CSS Framework like Bootstrap, Tailwind CSS and others, which allow...

2 Ways to Reset & Restore Passwords on WordPress

...encrypted using MD5 hash and stored in the WordPress database. It’s worth noting that in older versions, WordPress used the same MD5 to encrypt passwords. However, from version 2.5 onwards, WordPress started using stronger encryption technologies. Nevertheless, WordPress still...

Playing with the background-clip CSS Property

The background-clip property allows us to control how far the background image (or background color) extends beyond the Padding or the content itself of an element. I assume that this explanation is challenging to understand without some examples and...

CSS Flexbox Gap Explained with Examples

CSS Flexbox and CSS Grid are both powerful tools for managing layouts on websites. Flexbox excels in one-dimensional alignment, while CSS Grid addresses two-dimensional alignment using rows and columns. In modern web design, there’s often a need to add...

Customization of Underlines using text-decoration

The CSS Text Decoration Module Level 3 module provides us with several new ways to decorate and adorn text on web pages, and browser support for this module is quite extensive, much to our delight. New CSS properties such...

Understanding CSS clip-path: How to Create Unique Shapes

clip-path is a very interesting CSS property that allows you to “clip” a certain part of elements such as SVG, images, and HTML. The property creates a shape that determines which part of the element will be visible. The...

Separator Line with a Middle Element in CSS

This is a short post describing how to create a separator line with an element in the middle, like a kind of divider with text or an image when there is the same separator line to the left and...

CSS text-wrap Property: pretty and balance Explained

The property in CSS offers a powerful way to control how text is wrapped within its container. While traditional text wrapping is based on basic rules, newer values like and provide enhanced options for achieving visually appealing text layouts....

Adding CSS Scroll Animations using AOS

You’ve probably encountered websites with various animations happening as you scroll down (On Scroll Animations). So, I’ll share with you a library I came across called AOS, which allows you to easily add these animations with full CSS control...

Flex-wrap in CSS: A Practical Guide for Developers

is a specific property that exists as part of the CSS flexbox module. Using this property, you can determine how flex items will be displayed and behave within a flex container when they don’t have enough space. The property...

Introduction to Variable Fonts – The Future of Web Fonts

Typography has interested me since I started developing websites and getting into design, even before there was widespread use of web fonts. And although web fonts have been around for almost ten years now, we’ve always had to balance...

CSS Grid Fr Unit Explained

CSS Grid introduced a new measurement unit to the world. It’s actually a new type of flexible unit called Fr unit. The meaning of Fr is Fractional Unit, where 1fr represents a fraction of the available space within a...

Display Images & Content in Lightbox using Lity.js

Lity is a lightweight, accessible, and responsive lightbox library that supports images, videos, iframes, and even inline content. The library weighs only about 3K when minified and gzipped on your server. In this short post, we’ll see how to...

How to Add Animate.css Animations to Slick Slider

This will be a short and concise post. If you’re not familiar with Slick Slider – it’s a JavaScript library that allows you to create sliders/carousels very conveniently. I wrote an article about using Slick Slider and you’re welcome...

Create an FAQ Page in WordPress with ACF Repeater

The plugin Advanced Custom Fields in its Pro version comes with the option to add a “Repeater Field.” The Repeater Field allows the user to add an unlimited number of rows to a post or page in WordPress. This...

Why & How to Use WEBP Images for Better Performance

WebP is an image format developed by Google in 2010 as an alternative to formats like PNG and JPG. The format offers significantly smaller file sizes compared to those formats, all while maintaining fairly similar image quality. Pay attention...

Harnessing the Power of CSS Repeat Function

CSS is a powerful language that allows web developers to control the presentation of a web page. Among the various features CSS offers, the function stands out as a valuable tool for efficiently managing repetitive patterns in layouts and...

Animating Gradients: A Guide to Smooth Transitions in CSS

In CSS, it is not possible to perform animation or partial gradient changes using the property. In other words, the following won’t work: In the above code, the transition between states won’t be smooth but will immediately jump between...

Exciting CSS4 Selectors Coming Soon: What to Expect

The current status of CSS Selectors Level 4 is a kind of draft; however, modern browsers have already started implementing certain parts of the new specifications. In essence, there will never be CSS4 just as there will never be...

Savvy WordPress Development official logo