Created
December 16, 2015 00:14
-
-
Save kwatch/41fd7a60e161ef0bad8e to your computer and use it in GitHub Desktop.
main.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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