Last active
April 26, 2018 06:15
-
-
Save gmoz22/c66cb15c01fd571a705bd6c550f4b2a6 to your computer and use it in GitHub Desktop.
Simple CSS stylesheet for table
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
table { | |
font-family: monospace; | |
} | |
span.myData { | |
} | |
.blue { | |
color: blue; | |
} | |
.red { | |
color: red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment