PHP Classes

File: themes/demo/assets/vendor/bootstrap/less/mixins/center-block.less

Recommend this page to a friend!
  Packages of Luke Towers   Winter   themes/demo/assets/vendor/bootstrap/less/mixins/center-block.less   Download  
File: themes/demo/assets/vendor/bootstrap/less/mixins/center-block.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 120 bytes
 

Contents

Class file image Download
// Center-align a block level element .center-block() { display: block; margin-left: auto; margin-right: auto; }