Skip to content

Instantly share code, notes, and snippets.

@victorferraz
Created August 17, 2013 23:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save victorferraz/6259142 to your computer and use it in GitHub Desktop.
#button {
width: 200px;
height: 50px;
padding: 10px;
border: solid 1px #ccc;
background: linear-gradient(#ccc, #222);
border-radius: 10px;
box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px;
}
#header {
width: 800px;
border: solid 1px #ccc;
background: linear-gradient(#ccc, #222);
border-radius: 10px;
box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px;
}
#sidebar {
width: 500px;
min-height: 200px;
border: solid 1px #ccc;
background: linear-gradient(#ccc, #222);
border-radius: 10px;
box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment