Created
September 16, 2024 07:06
-
-
Save thomaspuppe/0677a7d621332d4a243e61acf88ada0e 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 type="number" min="0" step="5" max="100"> | |
<style> | |
input:invalid:out-of-range:before { | |
content: "This is not 'Nam, this is bowling. There are rules!" | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment