Skip to content

Instantly share code, notes, and snippets.

@djfan
Created February 15, 2020 17:45
Show Gist options
  • Save djfan/dab67818fdf0d18470cfd2d30b8d3751 to your computer and use it in GitHub Desktop.
Save djfan/dab67818fdf0d18470cfd2d30b8d3751 to your computer and use it in GitHub Desktop.
.mystyle {
font-size: 11pt;
font-family: Arial;
border-collapse: collapse;
border: 1px solid silver;
}
.mystyle td, th {
padding: 5px;
}
.mystyle tr:nth-child(even) {
background: #E0E0E0;
}
.mystyle tr:hover {
background: silver;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment