Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save janaki-sasidhar/c59019f76cc0702deb336aa3061b8cc9 to your computer and use it in GitHub Desktop.
Save janaki-sasidhar/c59019f76cc0702deb336aa3061b8cc9 to your computer and use it in GitHub Desktop.
Example of Bootstrap on CodePen
<style>
.page-wrap {
padding: 20px 60px;
}
.breadcrumb {
margin: 25px 0;
}
</style>
<div class="hero-unit">
<h2> Webhooks documentation for InspectHOA API </h2>
<p> Link to API Swagger doc <a href="https://api.inspecthoa.com/"> InspectHOA API</a>.</p>
</div>
<div class="page-wrap">
<div class="btn-group">
<button class="btn btn-lg bgn-primary">Python</button>
<button class="btn bgn-lg">JavaScript</button>
</div>
</div>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment