UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

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