settings

Helpers

bookmark
Alignment

We have easy to use classes to help you align your content.

Vertical Align

You can easily vertically center things by adding the class valign-wrapperto the container holding the items you want to vertically align.

This should be vertically aligned
<div class="valign-wrapper" style="height: 200px;">    <h5>This should be vertically aligned</h5></div>
Text Align

These classes are for horizontally aligning content. We have .left-align, .right-alignand .center-align


This should be left aligned


This should be right aligned


This should be center aligned
<h5 class="left-align">This should be left aligned</h5><h5 class="right-align">This should be right aligned</h5><h5 class="center-align">This should be center aligned</h5>
Quick Floats

Quickly float things by adding the class leftor rightto the element. !importantis used to avoid specificity issues.

<div class="left">...</div><div class="right">...</div>
Hiding/Showing Content

We provide easy to use classes to hide/show content on specific screen sizes.

ClassScreen Range
.hideHidden for all Devices
.hide-on-small-onlyHidden for Mobile Only
.hide-on-med-onlyHidden for Tablet Only
.hide-on-med-and-downHidden for Tablet and Below
.hide-on-med-and-upHidden for Tablet and Above
.hide-on-large-onlyHidden for Desktop Only
.show-on-smallShow for Mobile Only
.show-on-mediumShow for Tablet Only
.show-on-largeShow for Desktop Only
.show-on-medium-and-upShow for Tablet and Above
.show-on-medium-and-downShow for Tablet and Below
<div class="hide-on-small-only"></div>
Padding Content

All size: 0,5,10,15,20,25,30,35,40,45,50px

ClassDescription
.p-a-0padding:0px
.p-a-5padding:5px
.p-t-0padding-top:0px
.p-t-5padding-top:5px
.p-b-0padding-bottom:0px
.p-b-5padding-bottom:5px
.p-r-0padding-right:0px
.p-r-5padding-right:5px
.p-l-0padding-left:0px
.p-l-5padding-left:5px
<div class="p-a-5"></div>
Margin Content

All size: 0,5,10,15,20,25,30,35,40,45,50px

ClassDescription
.m-a-0margin:0px
.m-a-5margin:5px
.m-t-0margin-top:0px
.m-t-5margin-top:5px
.m-b-0margin-bottom:0px
.m-b-5margin-bottom:5px
.m-r-0margin-right:0px
.m-r-5margin-right:5px
.m-l-0margin-left:0px
.m-l-5margin-left:5px
<div class="m-a-5"></div>
Formatting

These classes help format various content on your site.

Truncation

To truncate long lines of text in an ellipsis, add the class truncateto the tag which contains the text. See an example below of a header being truncated inside a card.

This is an extremely long title that will be truncated

<h4 class="truncate">This is an extremely long title that will be truncated</h4>
Hover

The hoverableis a hover class that adds an animation for box shadow as seen below. It can be used on most elements, but meant for use on cards.

Card Title

I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.

<div class="card-panel hoverable">Hoverable Card Panel</div>
Browser Defaults

Because we override many of the default browser styles and elements, we provide the .browser-defaultclass to revert these elements to their original state.

Name of ElementReverted Style
ULBullet points
SELECTBrowser default select element
INPUTBrowser default input