Forked from kristyburge/Example Bootstrap Column Offset
Created
June 18, 2016 00:31
-
-
Save redrambles/c1cf3a409e1a0d7bc27edc723e9534bc to your computer and use it in GitHub Desktop.
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="cover"> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-md-6 col-md-offset-6 welcome"> | |
<h2>Your title</h2> | |
<p class="lead">This text is on the right side of the page</p> | |
</div><!-- .col --> | |
</div><!-- .row --> | |
</div><!-- .container --> | |
</div><!-- .cover --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment