Skip to content

Instantly share code, notes, and snippets.

@abiank
Created December 15, 2013 18:10
Show Gist options
  • Select an option

  • Save abiank/7976156 to your computer and use it in GitHub Desktop.

Select an option

Save abiank/7976156 to your computer and use it in GitHub Desktop.
hole css worx best on gray
.hole {
float: left;
margin: 10px;
color: #fc0;
padding: 10px;
text-align: left;
background: #333;
border-radius: 15px;
box-shadow: 0 1px 0px RGBA(255,255,255,0.2),inset 0 1px 4px RGBA(0,0,0,0.3),inset 0 2px 2px RGBA(0,0,0,0.3);
position: relative;
z-index: 5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment