Skip to main content

Floats

Float and clear atomic classes allow you to change how an element is positioned within the layout. These should be used when possible to help create consistency.

Class Output Definition
<div class="ps-relative clearfix">
<div class="float-none"></div>
<div class="float-left"></div>
<div class="float-right"></div>
</div>
.float-none
.float-left
.float-right
<div class="ps-relative clearfix">
<div class="float-none"></div>
<div class="float-left"></div>
<div class="float-right"></div>
</div>
.float-left
.float-left
.clear-left
.float-right
.float-right
.clear-right
.float-left
.float-right
.clear-both
How’d we do?
Anonymously upvote, downvote, or send additional feedback below.
Deploys by Netlify