Skip to content

Instantly share code, notes, and snippets.

@rdev5
Created September 20, 2016 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdev5/49e3a70d003c0b2a030edb426330c21b to your computer and use it in GitHub Desktop.
Save rdev5/49e3a70d003c0b2a030edb426330c21b to your computer and use it in GitHub Desktop.
<div class="container">
<!-- Don't need grid system here... -->
<div class="page-header">
<h1>Request</h1>
</div>
<!-- ...or here -->
<div class="well well-lg">
<strong>Status: Revoked</strong>
</div>
<!-- We can wait until we actually have a layout we want to make mobile-friendly using Bootstrap's grid [here] -->
<div class="row">
<div class="col-md-6">
...
</div>
<div class="col-md-6">
...
</div>
</div>
<!-- Grid not needed here, though -->
<footer>
...
</footer>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment