From b23b1ba59346ab6f16db7ad701073ff85d8afc60 Mon Sep 17 00:00:00 2001 From: Eric <70952936+thatblindgeye@users.noreply.github.com> Date: Sun, 29 Aug 2021 19:34:44 -0400 Subject: [PATCH] Add outcome image --- foundations/05-descendant-combinator/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/foundations/05-descendant-combinator/README.md b/foundations/05-descendant-combinator/README.md index 6c3e18f..954ce67 100644 --- a/foundations/05-descendant-combinator/README.md +++ b/foundations/05-descendant-combinator/README.md @@ -10,8 +10,9 @@ The properties you need to add are: * Only the `p` elements that are descendants of the `div` element should have a yellow background, red text, a font size of 20px, and center aligned ## Desired Outcome - +![outcome](https://user-images.githubusercontent.com/70952936/131268923-75916744-d57f-4609-92f0-4f7ce031726a.png) + ### Self Check - Do the elements that contain the text "This should be styled" have the correct styles applied? -- Do the elements that contain the text "This should be unstyled" have no styles applied? \ No newline at end of file +- Do the elements that contain the text "This should be unstyled" have no styles applied?