Prev Demo
Bootstrap
>
Center Align Text In 5 Columns Layouts
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" /> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> </head> <body> <h2>Center align text in 5 columns layouts</h2> <br /><br /> <div class="row"> <div class="col-md-12" style="padding:0;"> <div class="text-center"> <div class="col-md-1 col-sm-1 col-xs-1"></div> <div class="col-md-2 col-md-offset-0 col-sm-2 col-sm-offset-0 col-xs-5 col-xs-offset-1 center-block"> <img src="http://techfunda.com/Images/TechFunda.gif" /> <br />Tech Funda </div> <div class="col-md-2 col-md-offset-0 col-sm-2 col-sm-offset-0 col-xs-5 col-xs-offset-1 center-block"> <img src="http://techfunda.com/Images/TechFunda.gif" /> <br />Tech Funda </div> <div class="clearfix hidden-md hidden-lg hidden-sm"></div> <div class="col-md-1 col-sm-1 col-xs-1 hidden-md hidden-lg hidden-sm"></div> <div class="col-md-2 col-md-offset-0 col-sm-2 col-sm-offset-0 col-xs-5 col-xs-offset-1 center-block"> <img src="http://techfunda.com/Images/TechFunda.gif" /> <br />Tech Funda </div> <div class="col-md-2 col-md-offset-0 col-sm-2 col-sm-offset-0 col-xs-5 col-xs-offset-1 center-block"> <img src="http://techfunda.com/Images/TechFunda.gif" /> <br />Tech Funda </div> <div class="clearfix hidden-md hidden-lg hidden-sm"></div> <div class="col-md-1 col-sm-1 col-xs-1 hidden-md hidden-lg hidden-sm"></div> <div class="col-md-2 col-md-offset-0 col-sm-2 col-sm-offset-0 col-xs-5 col-xs-offset-1 center-block"> <img src="http://techfunda.com/Images/TechFunda.gif" /> <br />Tech Funda </div> <div class="col-md-1 col-sm-1 col-xs-1"> </div> </div> </div> </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output