From 8bde6984358b377d74b52a117218ad0e122fb65a Mon Sep 17 00:00:00 2001 From: Eric <70952936+thatblindgeye@users.noreply.github.com> Date: Sun, 29 Aug 2021 19:31:45 -0400 Subject: [PATCH] Add outcome image --- foundations/01-css-methods/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/foundations/01-css-methods/README.md b/foundations/01-css-methods/README.md index c34458f..ce52b50 100644 --- a/foundations/01-css-methods/README.md +++ b/foundations/01-css-methods/README.md @@ -10,11 +10,12 @@ The properties you need to add to each element are: * `button`: an orange background and a font size of 18px ## Desired Outcome - +![outcome](https://user-images.githubusercontent.com/70952936/131268832-f3a3bbde-c9e6-4e73-9b99-79ffa3d2144a.png) + ### Self Check - Did you use all three methods of adding CSS to an HTML file? - Did you properly link the external CSS file in the HTML file? - Does the `div` element have CSS added via the external method? - Does the `p` element have CSS added via the internal method? -- Does the `button` element have CSS added via the inline method? \ No newline at end of file +- Does the `button` element have CSS added via the inline method?