Skip to content

Instantly share code, notes, and snippets.

@argahsuknesib
Created December 30, 2021 15:36
Show Gist options
  • Save argahsuknesib/37f4066a2cca85c84d7249df8a128fcc to your computer and use it in GitHub Desktop.
Save argahsuknesib/37f4066a2cca85c84d7249df8a128fcc to your computer and use it in GitHub Desktop.
body {
font-family: Helvetica Neue, Arial, sans-serif;
font-size: 18px;
color: #444;
}
table {
border: 10px solid #4276b9;
border-radius: 3px;
background-color: #fff;
margin-left: auto;
margin-right: auto;
}
th {
background-color: #b542b9;
color: rgba(255, 255, 255, 0.88);
}
td {
background-color: #f9f9f9;
}
th {
min-width: 120px;
padding: 10px 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment