diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-01-20 21:15:05 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-01-20 21:15:05 -0500 |
commit | 75b3b6a4785b91909de7e06d2b729e43c1daeb59 (patch) | |
tree | 8aa686f655b634e77f8fa0cef958a57fed1b6ebd /html/assets/style.css | |
parent | 6474b2abb5a607a924dacab2a6fec6de69fe5c6b (diff) |
Move over remaining blog posts
Diffstat (limited to 'html/assets/style.css')
-rw-r--r-- | html/assets/style.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/html/assets/style.css b/html/assets/style.css index faee4ab..06345df 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -8,6 +8,39 @@ background-color: #e9e9e7; } +div.gallery p { + margin: 5px; + width: auto; + display: flex; + flex-wrap: wrap; + justify-content: center; +} + + +div.gallery img { + width: 300px; + height: auto; + margin-bottom: 2px; + margin-left: 2px; + margin-right: 0; + margin-top: 0; +} + +table +{ + border-collapse: collapse; +} + +td +{ + padding: 2px; +} + +table, th, td +{ + border: 1px solid; +} + body { background-color: #e9e9e7; |