Skip to content

Instantly share code, notes, and snippets.

@thomaspuppe
Created September 16, 2024 07:06
Show Gist options
  • Save thomaspuppe/0677a7d621332d4a243e61acf88ada0e to your computer and use it in GitHub Desktop.
Save thomaspuppe/0677a7d621332d4a243e61acf88ada0e to your computer and use it in GitHub Desktop.
<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