swjh

Blog

2026

2020

2019

  • CSS 'all:' shorthand
    The all shorthand CSS property resets all of an element's properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.
    #css#til
  • :focus-visible CSS pseudo-class
    The :focus-visible pseudo-class applies while an element matches the :focus pseudo-class, and the UA determines via heuristics that the focus should be specially indicated on the element (typically via a “focus ring”).
    #css#til
  • How to style Browser Scrollbars
    Scrollbars still look like 1995 on Windows, so here is an example how to style browser scrollbars (in use on this website).
    #css