I have an html input.
The input has padding: 5px 10px; I want it to be 100% of the parent div\'s width(which is fluid).
padding: 5px 10px;
However using widt
widt
What about wrapping it in a container. Container shoud have style like:
{ width:100%; border: 10px solid transparent; }