Language עב
search

Posts about: CSS & Design | Page 4

Adding CSS Scroll Animations using AOS

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

CSS Variables: What They Are and How to Use Them

CSS Variables, also known as CSS Custom Properties, are now supported in all modern browsers, fulfilling the anticipation of frontend developers for quite some time. They bring the power of usage

How to Use the CSS @supports Property for Feature Detection

Almost a decade of developing WordPress has taught me that detecting certain supported features in a browser is primarily done using JavaScript and libraries like Modernizr. Over the years, I've noticed that identifying specific features that are supported by a [...]

How the CSS minmax() Function Works

One of the useful features introduced along with the CSS Grid specifications is the 'minmax()' function. This function opens a door for us and enables writing stronger and more concise CSS by doing..

Let’s talk about the CSS Grid’s “Grid Areas” feature

CSS Grid places items by grid line numbers by default. You define where each element starts and ends using numeric coordinates like grid-column: 1 / 3. The Grid Areas feature takes a different approach. Instead of line numbers, you assign [...]

CSS Grid Fr Unit Explained

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

Savvy WordPress Development official logo