CSS currentValue keyword

The currentColor keyword refers to the text color on a element where the keyword is used. And it can be used on any property that accepts a color …

How to use <section> HTML tag

Section tag is one of HTML semantic elements, that tell browsers how they should appear and what they do. What should section contain and how should …

Defer script attribute

The defer attribute is used with &lt;script&gt; where it signals to browsers that the external script should be downloaded in parallel to parsing the …

HTML Divitis problem

Divitis or div soup is quite common problem of frontend developers. It is a habit or a process of using too many unnecessary div HTML elements in …

CSS min(), max() and clamp()

To improve responsiveness of a site, we are used to to use CSS media queries, calc() function or even Web API ResizeObserver event listener. But CSS …

Meet lobotomized owl

A lobotomized owl is a eerie name for a pretty neat CSS selector. This selector was introduced in 2014 by Heydon Pickering to solve some flow content …