Skip to content

Commit fe77c12

Browse files
Add outcome image
1 parent 83952ee commit fe77c12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

foundations/03-grouping-selectors/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ This will help you further practice adding classes and using class selectors, so
1111
* **Both elements**: a font size of 28px and a list of fonts containing `Helvetica` and `Times New Roman`, with `sans-serif` as a fallback
1212

1313
## Desired Outcome
14-
<!-- Insert Outcome Image -->
14+
![outcome](https://user-images.githubusercontent.com/70952936/131268881-369972f3-b6b6-4242-965f-512c1335cc3a.png)
15+
1516

1617
### Self Check
1718
- Does each element have a unique class name?
1819
- Did you use the grouping selector for styles that both elements share?
19-
- Did you make separate rules for the styles unique to each element?
20+
- Did you make separate rules for the styles unique to each element?

0 commit comments

Comments
 (0)