From fe77c12d4ed40b42a9422716288c229dced2f001 Mon Sep 17 00:00:00 2001 From: Eric <70952936+thatblindgeye@users.noreply.github.com> Date: Sun, 29 Aug 2021 19:33:13 -0400 Subject: [PATCH] Add outcome image --- foundations/03-grouping-selectors/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/foundations/03-grouping-selectors/README.md b/foundations/03-grouping-selectors/README.md index 12e02f4..da7df6f 100644 --- a/foundations/03-grouping-selectors/README.md +++ b/foundations/03-grouping-selectors/README.md @@ -11,9 +11,10 @@ This will help you further practice adding classes and using class selectors, so * **Both elements**: a font size of 28px and a list of fonts containing `Helvetica` and `Times New Roman`, with `sans-serif` as a fallback ## Desired Outcome - +![outcome](https://user-images.githubusercontent.com/70952936/131268881-369972f3-b6b6-4242-965f-512c1335cc3a.png) + ### Self Check - Does each element have a unique class name? - Did you use the grouping selector for styles that both elements share? -- Did you make separate rules for the styles unique to each element? \ No newline at end of file +- Did you make separate rules for the styles unique to each element?