diff options
-rw-r--r-- | src/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index ffcf93f..706e632 100644 --- a/src/style.css +++ b/src/style.css @@ -114,6 +114,18 @@ blockquote:after { color: #ccc; } +table { + margin: 1rem auto; + border: 2px solid gray; + border-collapse: collapse; +} +th, td { + width: 16%; + font-size: 14px; + border: 1px solid gray; + padding: 0.25rem; +} + img.picture-me { float: right; border: 2px solid; @@ -208,4 +220,3 @@ footer #emblem img { font-weight: normal; font-style: normal; } - |