UNPKG

@unclepaul/allcountjs

Version:

The open source framework for rapid business application development with Node.js

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