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