<!DOCTYPE html> <html> <head> <style> input:required{ box-shadow:3px 3px 4px 0px rgba(220,220,220,1); border:1px solid gray; } </style> </head> <body> <input type="email" name="uEmail" required> </body> </html>
Run
×
Share