CSS by T. Afif :verified: on Nostr: 💡 CSS Tip! Do you know that One-Time password field? You can create it using only ...
💡 CSS Tip!
Do you know that One-Time password field? You can create it using only one input and a few lines of CSS.
The HTML: <input type="text" maxlength="6">
Code & Demo: https://css-tip.com/single-digit-inputs/
As a bonus, you can control the number of characters by adjusting the "maxlength" attribute (thanks to the new attr() function!)
#CSS #HTML
Do you know that One-Time password field? You can create it using only one input and a few lines of CSS.
The HTML: <input type="text" maxlength="6">
Code & Demo: https://css-tip.com/single-digit-inputs/
As a bonus, you can control the number of characters by adjusting the "maxlength" attribute (thanks to the new attr() function!)
#CSS #HTML