Skip to content

Instantly share code, notes, and snippets.

View jeffwklein's full-sized avatar

Jeff Klein jeffwklein

View GitHub Profile
@jeffwklein
jeffwklein / navbar.css
Created May 21, 2014 21:02
Testing Out Mobile Safe Navigation Menu
div.navbar {
float: right;
border: 1px solid black;
border-radius:10px;
text-align: center;
background-color:#ddff99;
overflow:hidden;
min-width:350px;
margin-right:1%;
margin-top:10px;