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
Use padding in percentages too and remove from the width:
padding: 5%; width: 90%;