Articles tagged with CSS
Why your z-index isn't working
Rather than setting the z-index of an element to 9999 expecting it to somehow work, this article lists possible reasons why your z-index doesn't work and how to go about it.
Posted
9 May 2021.
2 min read
Font loading strategies: FOIT and FOUT
Flash Of Invisible Text and Flash Of Unstyled Text are two font loading strategies used in major browsers. This post looks at what they are and how they affect your website.
Posted
17 April 2021.
2 min read
Building Accessible Modals Using JavaScript
Modals or dialogs are important building blocks in modern web applications. This post talks about how to improve accessibility of the modals while taking advantage of JavaScript
Posted
25 February 2021.
7 min read