A Pen by Ronak Shah on CodePen.
Created
September 9, 2018 01:38
-
-
Save trulyronak/16c0ad486fd233e75bdcf5ebd2e29839 to your computer and use it in GitHub Desktop.
MedHacks
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="container"> | |
<div class="row"> | |
<h1>This is an app name</h1> | |
</div> | |
<div class="row"> | |
<div class="col-8 col-md-8">These are cool stats</div> | |
<div class="col-4 col-md-4">Sidebars</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/4.1.2/css/bootstrap.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment