Created
August 4, 2018 17:22
-
-
Save sudipbd/b1d32198db7c9fa9e55198a1c198b51e to your computer and use it in GitHub Desktop.
Bootstrap 4 offsetting
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
<!-- content start --> | |
<div class="zigzag2"> | |
<div class="container"> | |
<div class="row justify-content-start"> | |
<div class="col-lg-6"> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- content right --> | |
<div class="zigzag2"> | |
<div class="container"> | |
<div class="row justify-content-center"> | |
<div class="col-lg-6"> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- content right --> | |
<div class="zigzag2"> | |
<div class="container"> | |
<div class="row justify-content-end"> | |
<div class="col-lg-6"> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment