Out of Range Selector
The :out-of-range selector selects all elements with a value that is outside a specified range.
Note: The :out-of-range selector only works for input elements with min and/or max attributes !
Tip: Use the :in-range selector to select all elements with a value that is within a specified range.