Hyperlinks with icons

Posted on May 7th 2022 in CSS

Hyperlinks with icons

Does your website have different types of hyperlinks - URLs, e-mail addresses, phone numbers... - and do you want to make it visually clear to your visitors where they will end up after clicking? Then there is a small but handy trick for this, namely adding icons.…

Read more…

Why :is is helpful

Posted on March 6th 2021 in CSS

Why :is is helpful

The :is() pseudo-class in CSS may seem useless at first, because you generally can get the same result without using it. Make no mistake, however, because thanks to this pseudo-class you can sometimes shorten very long selectors and thus make your CSS file less complex and more readable.…

Read more…

QR codes without distortion

Posted on February 6th 2021 in CSS

QR codes without distortion

Recently I came across a web page with a QR code. Unfortunately, the image was enlarged, causing distortion. However, there is a very simple trick to counter this.…

Read more…

Fun with CSS gradients

Posted on December 12nd 2020 in CSS

Fun with CSS gradients

The fact that we can provide color gradients with the help of CSS is already a well-known fact. In terms of performance, it is also a lot better to use CSS gradients instead of (background) images. But we can also use CSS gradients for more complex things.…

Read more…

  • Previous
  • 1(current)
  • Next