Last active
July 8, 2021 21:22
-
-
Save github99er/3973e304602ab6a1648a77846c4be90d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Arial, sans-serif; | |
font-size: 14px; | |
line-height: 20px; | |
color: #333333; | |
} | |
table, th, td { | |
border: solid 1px #000; | |
padding: 10px; | |
} | |
table { | |
border-collapse:collapse; | |
caption-side:bottom; | |
} | |
caption { | |
font-size: 16px; | |
font-weight: bold; | |
padding-top: 5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment