Skip to content Skip to main navigation Report an accessibility issue

Object Alignments

Documentation

Usage: Float any object to the left or right.

EXAMPLE

Pulling to the left.

Pulling to the right.


Code

HTML
<div class="pull-left"><p>Pulling to the left.</p></div>
<div class="pull-right"><p>Pulling to the right.</p></div>
<p><br class="clear" /></p>