Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created August 18, 2014 13:12
Show Gist options
  • Save bmarshall511/d32c5bf200f5bd968111 to your computer and use it in GitHub Desktop.
Save bmarshall511/d32c5bf200f5bd968111 to your computer and use it in GitHub Desktop.
.button {
width: 200px;
height: 50px;
}
.box {
width: 400px;
overflow: hidden;
}
.widget {
width: 500px;
min-height: 200px;
overflow: auto;
}
.skin {
border: solid 1px #ccc;
background: linear-gradient(#ccc, #222);
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