Resizing input text box width using external CSS
By Bikash Kumar Singh
I had to use inline CSS to resize the width of input textbox. Please see the following code. Is there a way I can put the style inside the login2 ID or any other way.
#login2{
margin-bottom:10px;
}
<div id="login2"><input type="text" name="" style="width:100px" /></div>