Limit the number of characters in a separate input field for each character

后端 未结 4 490
说谎
说谎 2021-01-20 01:39

I have an input field and would want to give it a look and feel of a character-by-character box field (image below).

My HTML and CSS are written below. They

4条回答
  •  心在旅途
    2021-01-20 02:27

    Looks like your letter spacing is too much.

    Lower it by a pixel

    letter-spacing: 11px;
    

提交回复
热议问题