Hi All
I'm trying to create some responsive app, i know HTML is good for a lot of stuff when it comes to Appearance of any application,
Hence I'm just a bit confused, is there any way where we can make HTML Text Box a responsive so that it adapts the height and width the way screen changes.
If yes how can we do?
Any suggestions on this ?
Please my solution below, the image which shows the result of HTML text box, which is static and fixed at one position how ever i need that to be dynamic.
The code
"<div style='margin:10px;width:589px;height:112px;background-color:#;box-shadow:0 3px 6px 1px #ccc; border-radius:15px'>
</div> "
result

Thanks