CSS Equal Width Elements
Approaches for keeping child elements equal width using CSS.
Approaches for keeping child elements equal width using CSS.
Some quick notes for adding dark mode to a React app - allowing users to set their preferred mode and honoring their system preference by default.
When working with CSS modules, there are times global classes need to be styled. The :global
operator does just that.
Dark mode is available and used pretty much everywhere now. Most operating systems allow users to set their preference between light and dark mode and this can be detected in the browser.