Skip to content

Instantly share code, notes, and snippets.

@thomaspuppe
Created September 16, 2024 07:06
Show Gist options
  • Save thomaspuppe/eac95787e1da7f989d030f841d09f1dd to your computer and use it in GitHub Desktop.
Save thomaspuppe/eac95787e1da7f989d030f841d09f1dd to your computer and use it in GitHub Desktop.
<input id="email" required />
<style>
input:invalid {
border: 2px dashed red;
input:valid {
border: 2px solid black;
}
</ style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment