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;