Created
September 22, 2013 07:06
-
-
Save chintanparikh/6657457 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="container" style="padding-top:30px"> | |
<div class="row"> | |
<div class="col-lg-4"> | |
</div> | |
<div class="col-lg-4"> | |
<div class="well"> | |
<button type="button" class="btn btn-primary btn-lg btn-block">View Cart</button> | |
</div> | |
</div> | |
<div class="col-lg-4"> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment