// Center-align a block level element .center-block() { float: none; display: block; margin-left: auto; margin-right: auto; }