Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created October 14, 2014 16:44
Show Gist options
  • Save jlebrech/3db5202a16017d7d938e to your computer and use it in GitHub Desktop.
Save jlebrech/3db5202a16017d7d938e to your computer and use it in GitHub Desktop.
Can bootstrap
<ui-panel>
<div class="panel-heading">
Title here
</div>
<div class="panel-body" style="height:200px">
....
</div>
<div class="panel-footer clearfix">
Footer
</div>
</ui-panel>
<div class="col-md-4 col-xs-4">
<div class="panel panel-default">
<content>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment