Skip to content

Instantly share code, notes, and snippets.

@pindlebot
Created September 24, 2018 23:35
Show Gist options
  • Select an option

  • Save pindlebot/c8513b461782bfe9fa7765732c555cd7 to your computer and use it in GitHub Desktop.

Select an option

Save pindlebot/c8513b461782bfe9fa7765732c555cd7 to your computer and use it in GitHub Desktop.
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
font-size: 14px;
}
div {
margin: 3em auto;
width: 660px;
}
table {
border-spacing: 0;
width: 100%;
}
tr td {
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin-right: 2px;
background-color: #fafafa;
padding: 8px 16px;
}
thead {
background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
padding: 2px;
}
tr th {
font-weight: 700;
text-transform: uppercase;
padding: 8px 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment