CSS Tricks

Small tricks and snippets about CSS that I found useful

  • Tags: Web Development
  • Last updated: 

Set span height to lineheight

padding-block: calc((1lh - 1em) / 2);

Sets padding-block depending on the difference between the lineheight and the font-size.