Add outcome image

This commit is contained in:
Eric 2021-08-29 19:31:45 -04:00 committed by GitHub
parent 2d28ef122a
commit 8bde698435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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
<!-- Insert Outcome Image -->
![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?
- Does the `button` element have CSS added via the inline method?