Home >Web Front-end >HTML Tutorial >How to set the characters entered in the input box not to be at the leftmost end of the input box? _html/css_WEB-ITnose
It doesn’t look good if it’s on the far left. It’s best to have a certain distance between the first character entered and the far left border
Like this, it seems like there’s a gap of one character
Is there anything else? Setting method? Thank you
padding
padding-left:20px;
#2 , #3 Already tried, it works, let’s learn