Created
September 4, 2013 13:53
-
-
Save watagashi/6437238 to your computer and use it in GitHub Desktop.
2013-09-04 1st
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
} | |
body { | |
background: #ddf; | |
font: 30px sans-serif; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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