Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Created March 25, 2010 19:51
Show Gist options
  • Save jasonmelgoza/344028 to your computer and use it in GitHub Desktop.
Save jasonmelgoza/344028 to your computer and use it in GitHub Desktop.
-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.03, rgb(255,255,255)),
color-stop(0.5, rgb(106,150,177)),
color-stop(0.77, rgb(76,103,133)),
color-stop(0.98, rgb(30,45,66))
)
-moz-linear-gradient(
center bottom,
rgb(255,255,255) 3%,
rgb(106,150,177) 50%,
rgb(76,103,133) 77%,
rgb(30,45,66) 98%
)
box-shadow: 10px 10px 5px #888;
padding: 5px 5px 5px 15px;
a {color:#0088CC;}
a:hover {color: #6AABCC;}
#50AAE1
bar { background: #181A26;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment