Skip to content

Instantly share code, notes, and snippets.

@gmoz22
Last active April 26, 2018 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmoz22/c66cb15c01fd571a705bd6c550f4b2a6 to your computer and use it in GitHub Desktop.
Save gmoz22/c66cb15c01fd571a705bd6c550f4b2a6 to your computer and use it in GitHub Desktop.
Simple CSS stylesheet for table
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