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?