Created
August 27, 2018 13:37
-
-
Save bodrovis/527005dd2f45912828a18b1474a55796 to your computer and use it in GitHub Desktop.
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-sm-6"> | |
I will occupy 6 columns on small screens, and 4 columns on larger screens. Will stack horizontally only on extra small screens. | |
</div> | |
<div class="col-md-4 col-sm-6"> | |
I will occupy 6 columns on small screens, and 4 columns on larger screens. Will stack horizontally only on extra small screens. | |
</div> | |
<div class="col-md-4"> | |
I will occupy 4 columns on medium and larger screens, but will stack horizontally on smaller screens. | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment