Created
November 1, 2014 06:03
-
-
Save javaeeeee/25f5ad7d77d911178c1c to your computer and use it in GitHub Desktop.
Bootstrap 3 Column Offsetting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="row"> | |
<div class="col-md-4 col-md-offset-4"> | |
<div class="row"> | |
<div class="col-md-3"><i class="glyphicon glyphicon-cloud green"></i></div> | |
<div class="col-md-3"><i class="glyphicon glyphicon-envelope green"></i></div> | |
<div class="col-md-3"><i class="glyphicon glyphicon-search green"></i></div> | |
<div class="col-md-3"><i class="glyphicon glyphicon-film green"></i></div> | |
</div> <!-- /.row --> | |
</div> | |
</div> <!-- /.row --> | |
</div> <!-- /.container--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment