Skip to content

Instantly share code, notes, and snippets.

@ctriolo
Created April 10, 2012 00:38
Show Gist options
  • Select an option

  • Save ctriolo/2347632 to your computer and use it in GitHub Desktop.

Select an option

Save ctriolo/2347632 to your computer and use it in GitHub Desktop.
/**
* Dice Image
*/
.board-container {
position: relative;
}
#dice-image-container {
position: absolute;
top: 50%;
left: 50%;
margin-left:-160px;
margin-top:-133px;
}
// old stuff
block board
a#start.btn.btn-primary.btn-large.disabled Waiting...
#startBackground
// new stuff
#dice-image-container
img#dice-image(src="http://www.gifs.net/Animation11/Science_and_Body/Physics/dice.gif")
// old stuff
include includes/board
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment