Skip to content

Instantly share code, notes, and snippets.

@jgv
Created May 23, 2012 16:17
Show Gist options
  • Save jgv/2776175 to your computer and use it in GitHub Desktop.
Save jgv/2776175 to your computer and use it in GitHub Desktop.
.white {
background-color:white;
border:1px solid #afafaf;
}
.inlineblock {
display:inline-block;
}
.bbox {
-moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000;
-webkit-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000;
box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000;
}
#infobox {
width: 44%;
max-height: 100px;
overflow: hidden;
float: right;
height:88px;
}
<div id="infobox" class="bbox white padding inlineblock">
<!-- stuff -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment