From 75b3b6a4785b91909de7e06d2b729e43c1daeb59 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Fri, 20 Jan 2023 21:15:05 -0500 Subject: Move over remaining blog posts --- html/assets/style.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'html/assets/style.css') 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; -- cgit v1.2.3