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

public.component.assets.css.less.bootstrap.mixins.center-block.less Maven / Gradle / Ivy

// Center-align a block level element

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy