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

web.bower_components.bootstrap.less.mixins.center-block.less Maven / Gradle / Ivy

// Center-align a block level element

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy