Advertisement
salmancreation

HTML5 Required input styling

Nov 29th, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.09 KB | None | 0 0
  1. <input type="text" required />
  2.  
  3. input[required]:invalid { box-shadow: 0 0 3px 1px green }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement