All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs._sass.bootstrap.mixins._center-block.scss Maven / Gradle / Ivy

There is a newer version: 2.0.1-alpha.8
Show newest version
// Center-align a block level element

@mixin center-block() {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy