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

fitnesse.resources.bootstrap.less.mixins.center-block.less Maven / Gradle / Ivy

There is a newer version: 20181217
Show newest version
// Center-align a block level element

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy