I am trying to use Bootstrap and I have a Textbox that contains some text. How can I make it responsive, meaning it adjusts to the screen size when I resize the window? When dealing with images, we use the "image-responsive" class, but what about a Textbox? Your assistance on this matter would be greatly appreciated.
<div class="row">
<div class="container-fluid bounceIn animated", style="height:500px;width: 700px;border:1px solid #ccc;font:16px/26px Georgia,Garamond,Serif;overflow:auto;position:relative;left:350px;top:16px;background-color:white">
<p>My lengthy text goes here</p>
</div>
</div>