Skip to content

Instantly share code, notes, and snippets.

@dhg
Created September 2, 2012 17:41
Show Gist options
  • Save dhg/3602099 to your computer and use it in GitHub Desktop.
Save dhg/3602099 to your computer and use it in GitHub Desktop.
Titlebar with buttons
<header class="bar-title">
<a class="button" href="#">
Left
</a>
<h1 class="title">Title</h1>
<a class="button" href="#">
Right
</a>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment