I was writing align-items and justify-items in combination with flexbox for years and now found out about place-items which makes centering elements with grid way shorter.
Topic: CSS โ Page 19
Vadim Makeev shared the surprising fact that view port units can harm accessibility
Apply overflow text ellipsis on your paragraphs using line-clamp.
Input pseudo classes and event handlers can be applied or triggered for the actions of associated labels.
I learned about interaction media queries which help you to detect how hover capable a device is.