#todayilearned

by @jm3 · aka John Manoogian3

Frequent, bite-size mini-milestone updates as I fast-forward merge* my front-end web development skills up to 2019 levels. Learn more

Style HTML <select> menus in CSS

Posted at — Jun 2, 2019

One technique for styling HTML select menus is to use the :after pseudo-element with content: to add a pure CSS “caret” (the little disclosure triangle).