Bootstrap Text Align Center Horizontal And Vertical Code Example


Example: bootstrap center text vertically

<div class=”row”> 	<div class=”col-6 align-self-center”>     	<div class=”card card-block”>     		Center         </div>     </div> </div>

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy