From 8d801f267809cb19b32ce0816139e06282ae52e9 Mon Sep 17 00:00:00 2001 From: SpaceCoderPro <173272619+SpaceCoderPro@users.noreply.github.com> Date: Sat, 5 Apr 2025 16:17:02 +0400 Subject: [PATCH] Update styles.css Fixed mistakes (line 19 and 26, the gallery header was wrong and it should be gallery-container) and made the CSS as per the index.html --- 4-layout/25-art-gallery/starter/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/4-layout/25-art-gallery/starter/styles.css b/4-layout/25-art-gallery/starter/styles.css index c5fabc5..8619918 100644 --- a/4-layout/25-art-gallery/starter/styles.css +++ b/4-layout/25-art-gallery/starter/styles.css @@ -23,11 +23,11 @@ hr { text-align: left; } -#gallery-header > h1 { +#gallery-container > h1 { margin-left: 0; } -#gallery-header > p { +#gallery-container > p { color: #5e96ff; font-weight: 800; }