Answers for "center icon vertical with bootstrap"

CSS
2

bootstrap div vertical center

<div class="jumbotron d-flex align-items-center min-vh-100">
  <div class="container text-center">
    I am centered vertically
  </div>
</div>
Posted by: Guest on December-15-2020
1

bootstrap 4 material icon vertical align

.footer-links > li > a > i{
  vertical-align:middle;
}
Posted by: Guest on May-21-2020

Code answers related to "center icon vertical with bootstrap"

Browse Popular Code Answers by Language