Skip to content

Instantly share code, notes, and snippets.

@shanemcd
Created May 9, 2012 13:10
Show Gist options
  • Save shanemcd/2644373 to your computer and use it in GitHub Desktop.
Save shanemcd/2644373 to your computer and use it in GitHub Desktop.
Kick Ass CSS "Well" Look
position: relative;
white-space: pre;
padding: 10px;
float: right;
width: 380px;
font-size: 12px;
font-family: 'Courier new';
font-weight: bold;
background: rgba(0, 0, 0, 0.15);
border-radius: 4px;
color: white;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px 0 rgba(255,255,255,0.3),inset 0 1px 5px rgba(0,0,0,0.1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment