You can apply these helper classes to almost any element, in order to alter its style.
pull-right
- floats an element to the rightpull-left
- floats an element to the leftis-text-center
- center aligns textis-text-left
- left aligns textis-text-right
- right aligns textis-text-uppercase
- text to uppercaseis-text-lowercase
- text to lowercaseis-text-capitalize
- capitalizes textis-full-screen
- makes the element 100% view heightis-full-width
- make the element 100% widthis-vertical-align
- vertically centers element using flexis-horizontal-align
- horizontal centers element using flexis-center
- centers element using flexis-right
- right aligns element using flexis-left
- left aligns element using flexis-fixed
- fixed positioned elementis-paddingless
- removes any paddingis-marginless
- removes any marginclearfix
- clears the floatshide-phone
- hides the element for screens <480pxhide-tablet
- hides the element for screens <768px