Skip to content

Instantly share code, notes, and snippets.

@AbhiAgarwal192
Created April 17, 2021 13:08
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 AbhiAgarwal192/db9bc3980014414bc7c9f034372156bc to your computer and use it in GitHub Desktop.
Save AbhiAgarwal192/db9bc3980014414bc7c9f034372156bc to your computer and use it in GitHub Desktop.
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment