Skip to content

Instantly share code, notes, and snippets.

@jzb
Created September 23, 2020 14: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 jzb/0ea8309c65e0bcf0505c6948216aa805 to your computer and use it in GitHub Desktop.
Save jzb/0ea8309c65e0bcf0505c6948216aa805 to your computer and use it in GitHub Desktop.
Table style for RedHat.com blog
<style>
table {
border: #ddd solid 1px;
}
td, th {
padding: 8px;
border: #ddd solid 1px;
}
td p {
font-size: 15px !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment