From a830840d0275919608dc53911a81f4b4d8acb736 Mon Sep 17 00:00:00 2001 From: Connor Frank Date: Tue, 16 Apr 2024 01:48:22 +0000 Subject: responsive image --- index.html | 2 +- style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d993654..eba986f 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@
- MTLSD + MTLSD
Mount Lebanon High School -- Pittsburgh PA diff --git a/style.css b/style.css index 2df04f1..76b89a8 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,11 @@ body { color: black; } +.responsive-image { + max-width: 100%; + height: auto; +} + .container { margin-left: auto; margin-right: auto; -- cgit v1.2.3