Skip to content

Instantly share code, notes, and snippets.

@kwatch
Created December 16, 2015 00:14
Show Gist options
  • Save kwatch/41fd7a60e161ef0bad8e to your computer and use it in GitHub Desktop.
Save kwatch/41fd7a60e161ef0bad8e to your computer and use it in GitHub Desktop.
main.css
/* coding: utf-8 */
#main-content {
padding-top: 50px;
}
#puzzle {
border-collapse: collapse;
border: solid 1px #ccc;
font-size: x-large;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
#puzzle td {
text-align: center;
border: solid 1px #ccc;
width: 70px;
height: 70px;
}
#puzzle .mouseOver {
background: #eee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment