From 44f872e7860fa4eb0d9a908125982f49fb4e13ef Mon Sep 17 00:00:00 2001 From: siddtheone <45398971+siddtheone@users.noreply.github.com> Date: Tue, 23 Aug 2022 11:42:04 +0530 Subject: [PATCH] Update styles.css Missing changes from video --- T4_Responsiveness_MediaFeatures/Finished/styles.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/T4_Responsiveness_MediaFeatures/Finished/styles.css b/T4_Responsiveness_MediaFeatures/Finished/styles.css index 52e4745..f265bb7 100644 --- a/T4_Responsiveness_MediaFeatures/Finished/styles.css +++ b/T4_Responsiveness_MediaFeatures/Finished/styles.css @@ -150,9 +150,13 @@ img.anchor { order: -2; } -blockquote.featured { - order: -1; - flex: 1 0 auto; +#testimonials blockquote.featured { + order: -1; + flex: 1 0 auto; + background-color: black; + color: white; + margin-inline-start: 1rem; + font-weight: bold; } .resume-fieldset { @@ -228,4 +232,4 @@ blockquote.featured { .full-bleed { padding-inline: 15%; } -} \ No newline at end of file +}