Created
October 10, 2014 11:42
-
-
Save oozzal/4b41cb024454e288957d to your computer and use it in GitHub Desktop.
This file contains 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
td { | |
width: 50px; | |
height: 50px; | |
text-align: center; | |
border-radius: 50%; | |
/* background: rgb(155,100,100); */ | |
} | |
.selected { | |
background: green; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment