Answers for "can i give padding inside input field html tag"

0

can i give padding inside input field html tag

.foo
{
    padding-right: 20px;
}
Posted by: Guest on July-03-2021
0

can i give padding inside input field html tag

<input type="text" class="foo" value="abcdefghijklmnopqrstuvwxyz"/>
Posted by: Guest on July-03-2021

Code answers related to "can i give padding inside input field html tag"

Browse Popular Code Answers by Language