diff options
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; |