diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..7b0b8b7 --- /dev/null +++ b/style.css @@ -0,0 +1,27 @@ +body { + font-family: Georgia, 'Times New Roman', Times, serif; + margin: 40px; + background-color: #f9f9f9; +} +table { + width: 100%; + border-collapse: collapse; + margin-top: 20px; +} +th, td { + padding: 12px; + border: 1px solid #ccc; + text-align: left; +} +th { + background-color: #ddd; + font-weight: normal; +} +td { + background-color: #eee; + font-weight: normal; +} +a { + color: #3366cc; + text-decoration: none; +} |
