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 +}