Как поменять местами колонки bootstrap
Created
October 30, 2016 14:07
-
-
Save ElmiraMukhamedjanova/bb4bbdbcfb917941e127ac8cc7b55766 to your computer and use it in GitHub Desktop.
Bootstrap columns
This file contains hidden or 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="row"> | |
| <div class="well well-lg clearfix"> | |
| <div class="col-xs-12 col-md-6 col-md-push-3"> | |
| <div class="alert alert-danger">2 блок</div> | |
| </div> | |
| <div class="col-xs-12 col-md-3 col-md-pull-6"> | |
| <div class="alert alert-info">1 блок</div> | |
| </div> | |
| <div class="col-xs-12 col-md-3"> | |
| <div class="alert alert-info">3 блок</div> | |
| </div> | |
| </div> | |
| </div> |
This file contains hidden or 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
| <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment