html input with background image

前端 未结 2 814
北恋
北恋 2020-12-17 20:06

Hello guys i have set background image on my input text and text area but i have few little problems

I have attached image. How i can change text start up position

相关标签:
2条回答
  • 2020-12-17 20:28
    padding:10px;
    

    (or more) on input and textarea.

    0 讨论(0)
  • 2020-12-17 20:35

    Set the padding-left to a greater value on your inputs, and decrease the width of your textarea.

    When you're designing your form it would be good to put a temporary border around your inputs to see where they are actually positioned, and when you're done just take it off.

    0 讨论(0)
提交回复
热议问题