Created
December 13, 2016 12:08
-
-
Save tobyl/31be1f09afc3aba6883aa22eb0231c5c to your computer and use it in GitHub Desktop.
Revisions
-
tobyl created this gist
Dec 13, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ <div class="container"> <div class="row"> <div class="col-sm-4"> Heading One </div> <div class="col-sm-4"> Heading Two </div> <div class="col-sm-4"> Heading Three </div> </div> <!-- row --> </div>