Why you should never use px to set font-size in CSS
October 28, 2022
Many developers seem to believe there's no difference between px and other CSS units. Let's dispel that myth, for the sake of better accessibility. Read more…
October 28, 2022
Many developers seem to believe there's no difference between px and other CSS units. Let's dispel that myth, for the sake of better accessibility. Read more…
May 19, 2022
Toggle buttons might be the biggest missing native HTML element. This post will help you code them right, for all users, in any (or no) framework. Read more…