Created
September 16, 2024 07:06
-
-
Save thomaspuppe/eac95787e1da7f989d030f841d09f1dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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