From 18ddafc4a06859d8f1d2f9aa51afaaf5ff3fb86b Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Tue, 11 Jan 2022 16:43:37 +0100 Subject: [PATCH] CSS for Directory Symbol --- css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/style.css b/css/style.css index 521fb6f..2d65268 100644 --- a/css/style.css +++ b/css/style.css @@ -99,6 +99,7 @@ body { padding: 0px; width: 200px; height: 200px; + position: relative; } .content .multi-image img { @@ -107,6 +108,13 @@ body { height: 200px; } +.content .multi-image .dirname { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + /* Single Image Styling */ .content-single { position: absolute;