Skip to content

Instantly share code, notes, and snippets.

@evanleck
Last active December 1, 2015 21:48
Show Gist options
  • Save evanleck/d4339babd075500c4be9 to your computer and use it in GitHub Desktop.
Save evanleck/d4339babd075500c4be9 to your computer and use it in GitHub Desktop.
Customizing Native Form Validation
<html>
<head>
<style>
/* just a little breathing room for screenshots */
body { padding: 40px; }
</style>
<body>
<form>
<input type='email' required name='email'>
<button type='submit'>
Submit
</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment