Answer: Pull-left, Pull-right, Text-muted elements are used to adjust your content to keep it where ever you want
Example :
<div class="pull-left">Text pulled to left</div> <br /><hr />
<div class="pull-right">Text pulled to right</div> <br /><hr />
<div class="text-muted">Text is Disabled.</div> <hr />
</div>
Run the code in browser
Asked In: While Learning |
Alert Moderator