From 5af0ded434f68d8a0dc825735b436deef61e8c75 Mon Sep 17 00:00:00 2001 From: DarkShyMW Date: Thu, 16 Jan 2025 21:21:22 +0300 Subject: [PATCH] modified: css/style.css --- css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/style.css b/css/style.css index 9f4fff5..fca6e6c 100644 --- a/css/style.css +++ b/css/style.css @@ -121,3 +121,15 @@ footer { .terminal-footer a:hover { text-decoration: underline; } +.image-section { + display: flex; + justify-content: center; + align-items: center; + margin: 20px auto; +} + +.centered-image { + max-width: 100%; + height: auto; + border-radius: 10px; +} \ No newline at end of file