UNPKG

berniestrap

Version:

The most popular front-end framework for developing responsive, mobile first projects on the web, modified to match the style of the Bernie Sanders Presidential campaign.

8 lines (6 loc) 120 B
// Center-align a block level element .center-block() { display: block; margin-left: auto; margin-right: auto; }