The diagram below, the green is div and white area is a text box, I want to keep text box full of whole div
Who can help me? I will be very grateful.
Set child width and height to 100%
Here is a live demo:
div{
height:50px;
width:300px;
background-color:green;}
div input{width: 100%;height: 100%;}
<div><input type="text" name="test"></div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With