How to create Pull-left, Pull-right, Text-muted elements in Bootstraps ?

 Posted by Vivek.Ramapuram on 6/10/2015 | Category: Bootstrap Interview questions | Views: 3566 | Points: 40
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 

Comments or Responses

Login to post response