adjust of text box using css

  • MidcoastRFS
    Asked on September 26, 2016 at 12:08 AM
  • kate
    Replied on September 26, 2016 at 3:46 AM

    Hi! 

    What kind of a TextBox box if you specify that you want I can help you better.

    Example:

    adjust of text box using css Image 1 Screenshot 20

    HTML Code:

    <div id="textbox1" type=""text"

         class="form-textbox" name="name" size="30"

         value placeholder="Please enter your name"

    </div>

     

    CSS Code:

    .form-textbox {

    height: 30px !important;

    width: 220px !important;

    font-size: 14px !important;

    }

    Your writing will suffice. Good work...

    Thanks,