Skip to content

Instantly share code, notes, and snippets.

@leoken
Created August 14, 2012 15:12
Show Gist options
  • Save leoken/3350167 to your computer and use it in GitHub Desktop.
Save leoken/3350167 to your computer and use it in GitHub Desktop.
CSS property order #1
.topbar {
position: fixed;
top: 0;
right: 0;
left: 0;
height: 40px;
padding: 0 20px;
background-color: #333;
border-bottom: 1px solid rgba(0,0,0,.1);
box-shadow: 0 2px 3px rgba(0,0,0,.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment