html - adjusting input element inside div -
i have main <div>
inside there left , right ones.
on left one, have <input type = "text">
.
my problem width , height of <input>
element larger container left <div>
.
please me out input element.
a native input has padding
, border
applied it.
add input
css:
border: 0; box-sizing: border-box;
Comments
Post a Comment