Skip to content

Instantly share code, notes, and snippets.

@lnickers2004
Created January 11, 2014 06:51
Show Gist options
  • Save lnickers2004/8367891 to your computer and use it in GitHub Desktop.
Save lnickers2004/8367891 to your computer and use it in GitHub Desktop.
Bootstrap3: panel with heading body and primary styling
<!--panel with heading body and primary styling-->
<div class="panel .mgm-card">
<div class="panel-heading mgm-panel-lined">
<div class="panel-title">
<h2><span class="mgm-oline">Sidebar</span></h2>
</div>
</div>
<div class="panel-body">
<p>It increases the chances of conception. Would it be possible for me to get my twenty grand in cash? I gotta check this with my accountant of course. JUST BECAUSE WE'RE BEREAVED DOESN'T MEAN WE'RE SAPS! Forget it, Donny. You're out of your element. I have no choice but to tell these bums that they should do whatever is necessary to recover their money from you, Jeffrey Lebowski.</p>
<img src="images/lebowski-2.jpg" alt="Rules" class="img-thumbnail" />
<p>I got a nice quiet beach community here, and I aim to keep it nice and quiet. I like your style, Dude. Nice marmot. Sir, this is a mortuary, not a rental house. Donny was a good bowler, and a good man. He was… He was one of us. He was a man who loved the outdoors, and bowling, and as a surfer explored the beaches of southern California from Redondo to Calabassos. And he was an avid bowler. And a good friend. He died—he died as so many of his generation, before his time. In your wisdom you took him, Lord. As you took so many bright flowering young men, at Khe San and Lan Doc.</p>
</div> <div class="panel-footer mgm-panel-lined">
<button class="btn btn-primary">Click Me</button></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment