Skip to content

Instantly share code, notes, and snippets.

@watagashi
Created September 4, 2013 13:53
Show Gist options
  • Save watagashi/6437238 to your computer and use it in GitHub Desktop.
Save watagashi/6437238 to your computer and use it in GitHub Desktop.
2013-09-04 1st
* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #ddf;
font: 30px sans-serif;
}
<nav class="navbar navbar-inverse" role="navigation">
<div class="navbar-brand">Search engines</div>
</nav>
<hr />
<ul class="list-inline">
<li><a class="btn btn-primary btn-lg" href="http://www.google.com/">Google</a></li>
<li><a class="btn btn-default btn-lg" href="http://www.bing.com/">Bing</a></li>
<li><a class="btn btn-danger btn-lg" href="http://www.yahoo.com/">Yahoo!</a></li>
</ul>
<hr />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment