Skip to content

Instantly share code, notes, and snippets.

@featherart
Created October 8, 2013 00:30
Show Gist options
  • Save featherart/6877514 to your computer and use it in GitHub Desktop.
Save featherart/6877514 to your computer and use it in GitHub Desktop.
css for javascript
body {
width: 100%;
background-image:url('../img/wavegrid.png');
}
#main_container {
margin: 10px auto;
width: 800px;
}
.heading {
text-align: center;
font-family: 'Finger Paint', cursive;
font-size: 50px;
}
table {
margin: 0px auto;
}
.box_cell {
border: 1px solid black;
width: 150px;
height: 150px;
border-radius: 75px;
opacity: .75;
box-shadow: 2px 2px 0px #888888
}
.box_cell:hover {
background-color: #aaa;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment