Animated Labels / Placeholders

Input fields with placeholders that become labels when you click inside.
Scratched this together from a couple of sources.
My notes on how the magic happens.
Link to Codepen

Custom Checkboxes using Boxshadow, animated

Very simple but effective method: minor styling (no hiding) of default checkbox. On being checked it receives an inset box-shadow.
Props and thanks to Prethi at CSS-Tricks.
Link to Codepen

<fieldset> and <legend>

Personalia




Plain HTML, no CSS involved. Just the <fieldset> and <legend> element combo.

<optgroup>

Allows for grouping options of the select field.

Styling input elements with accent-color

(not yet in all browsers)
Checkboxes

Radio Buttons This is awesome. I am..





Range Slider

Styling of checkboxes and the like used to be a hassle. Coloring at least recently became very easy and light-weight with accent-color.