How would I create an HTML text box that exactly 3 characters can fit into it? I found this online:
HTML
Use the ch metric.
ch
width: 3ch;
Make sure your box-sizing property is set to content-box if you're changing left and/or right padding.
box-sizing
content-box