I\'m building a form and I want to use the :invalid selector to give the \"required\" input fields a red border if the user presses submit without filling them, but
:invalid
Very simple just use #ID:invalid:focus
This only does the validation when focused on and not on page load