I
I
Igor2015-09-26 23:44:44
PHP
Igor, 2015-09-26 23:44:44

How to indent words in input?

pBPuKLS.png
Your name*

Answer the question

In order to leave comments, you need to log in

4 answer(s)
G
GoodProject, 2015-09-26
@IgorBee

::-webkit-input-placeholder {padding-left: 10px;}
::-moz-placeholder {padding-left: 10px;}
:-moz-placeholder {padding-left: 10px;}
:-ms-input-placeholder {padding-left: 10px;}

R
Rikcon, 2015-09-26
@Rikcon

padding

A
Aram Aramyan, 2015-09-26
@GreenBee

Either padding the input, or we remove the borders from it and make a margin, so we do the borders in the parent element.

A
astunov, 2015-09-27
@astunov

input {
box-sizing: border-box;
padding: 020px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question