diff options
| author | Botond Hende <nettingman@gmail.com> | 2025-12-23 00:40:57 +0100 |
|---|---|---|
| committer | Botond Hende <nettingman@gmail.com> | 2025-12-23 00:40:57 +0100 |
| commit | 71c7de032edca8bfd00871e0f0fe986bbd9e60a5 (patch) | |
| tree | d4735895b56c6679c5f30af2f22b708da5ceaf97 /comic/assets/css/comic.css | |
| parent | b189fb816abf0e7b0f7c85f8b465916d8ba5ff63 (diff) | |
comic basic layout
Diffstat (limited to 'comic/assets/css/comic.css')
| -rw-r--r-- | comic/assets/css/comic.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/comic/assets/css/comic.css b/comic/assets/css/comic.css new file mode 100644 index 0000000..c647875 --- /dev/null +++ b/comic/assets/css/comic.css @@ -0,0 +1,18 @@ +img.comic { + width: 100%; +} + +header { + margin: auto; +} + +main, header { + display: flex; + flex-flow: column; + align-items: center; + margin: auto; +} + +div.huge-vertical-spacer-at-the-bottom { + height: 10rem; +}
\ No newline at end of file |
