Skip to content

Instantly share code, notes, and snippets.

View dennis1088's full-sized avatar

Dennis Rodriguez dennis1088

View GitHub Profile
<div class="dice one">1</div>
<div class="dice two">2</div>
<div class="dice three">3</div>
/* CSS Dice: An Experiment by Jonathan Sampson - @jonathansampson */
.die.one:after {
box-shadow: 0 .2em 0 #FFF
}
.die.two:after {
background: transparent;
box-shadow: -2.3em -2.3em 0 #345,
2.3em 2.3em 0 #345,
-2.3em -2.3em 0 #FFF,
2.3em 2.4em 0 #FFF