Search

Category: UX/UI | Page 5

Typographic Hierarchy and Fonts in Web Design

Let's talk a bit about hierarchy, typography, and fonts in websites. If you've been following this blog, you've probably noticed that I've been consistently improving its appearance and functionality...

CSS Variables – What Are They & 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?

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..

Responsive Layout with CSS Grid Without Using Media Queries

Adopting the flexibility of CSS Grid provides us with the ability to create resilient and robust websites (Frontend Wise), where instead of using specific and fixed sizes, we stretch elements...

Some words about the CSS Grid’s “Grid Areas” feature

In CSS Grid-based layouts – The default in placing elements in the grid itself is by defining the rows, or in fact, defining the grid lines according to which elements will start and end. The Grid Area feature is an [...]