-
CSS Hyphens broken in Firefox
In the Dutch language, we often encounter really long words that rarely fit on a single line when displayed on mobile. Hyphens: auto should fix this, right?
-
The invalid :invalid CSS input state
A few weeks ago, I was busy with some fine-tuning for my microblog and got stuck on the invalid :invalid state using CSS. I will tell you how to fix this.
-
Fade-out text using the CSS background-clip attribute
Just by the end of last year, I learned a new trick on how to fade out text using the CSS background-clip attribute. In this post, I will show you how to do it.
-
What is the new light‑dark() attribute?
The new light-dark() attribute just launched in Firefox, this method simplifies the way you can apply light-dark mode colors to your website.
-
Render text like a newspaper using CSS
Last week, I was looking for a way to render text in the style of old-school newspapers. During this research, I discovered a method to achieve this.