Skip to content

Instantly share code, notes, and snippets.

@nickwynja
Created April 26, 2012 23:05
Show Gist options
  • Save nickwynja/2503985 to your computer and use it in GitHub Desktop.
Save nickwynja/2503985 to your computer and use it in GitHub Desktop.
conical.ca CSS
#menu {
width: 960px;
height: 62px;
margin: 0 auto;
background: -webkit-gradient(linear, left top, left bottom, from(#FB9032), to(#EF7006));
background: -moz-linear-gradient(top, #FB9032, #EF7006);
border-radius: 22px;}
.post .meta {
height: 32px;
margin: 20px 0 30px 0;
padding-left: 20px;
color:black;
background: -webkit-gradient(linear, left top, left bottom, from(#FB9032), to(#EF7006));
background: -moz-linear-gradient(top, #FB9032, #EF7006);
line-height: 32px;
border-radius: 12px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment