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