Skip to content

Instantly share code, notes, and snippets.

@wbhinton
Created November 13, 2019 20:39
Show Gist options
  • Select an option

  • Save wbhinton/2dac13705b301dcc88e801f4054b8891 to your computer and use it in GitHub Desktop.

Select an option

Save wbhinton/2dac13705b301dcc88e801f4054b8891 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