Created
September 11, 2016 17:13
-
-
Save dbouwman/030ad0ec5abb8371210a316bdb53da49 to your computer and use it in GitHub Desktop.
Gist w/ Bootstrap Responsive Card
This file contains 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="panel panel-default panel-card "> | |
<div class="panel-heading"> | |
<h3 class="panel-title">Panel title</h3> | |
</div> | |
<div class="panel-body"> | |
<img src="http://pipsum.com/280x320.jpg" class="img-responsive center-block"> | |
<div class="overlay"> | |
<ul> | |
<li><span class="glyphicon glyphicon-trash"></span></li> | |
<li><span class="glyphicon glyphicon-cog"></span></li> | |
</ul> | |
<button class="btn btn-primary">Button Action</button> | |
<a class="btn btn-primary" href="#">Link Action</a> | |
</div> | |
<h3>Image Title</h3> | |
<p>This is the text bwlow the image</p> | |
</div> | |
<div class="panel-footer">Panel footer</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment