Skip to content

Instantly share code, notes, and snippets.

@jensechu
Created December 30, 2012 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jensechu/4410186 to your computer and use it in GitHub Desktop.
Save jensechu/4410186 to your computer and use it in GitHub Desktop.
.section {
/* Normal Screens */
/* iPhone 4+ Screens */
/* Original iPhone Screens */ }
.section .inner {
width: 50%;
margin-right: auto;
margin-left: auto;
background-color: red; }
.fixed {
position: fixed; }
#navbar {
height: 23px;
border-bottom: 2px solid #ce4dd6; }
#navbar ul {
list-style-type: none;
margin: 0px; }
#navbar li {
float: left;
width: 16.66667%;
background-color: #e5a0e9;
text-align: center; }
#navbar li:hover {
background-color: #d976e0; }
#navbar li a {
font-weight: bold; }
#navbar li a:hover {
color: #33ccff; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment