diff --git a/foundations/04-chaining-selectors/README.md b/foundations/04-chaining-selectors/README.md index d77fe1f..92da50c 100644 --- a/foundations/04-chaining-selectors/README.md +++ b/foundations/04-chaining-selectors/README.md @@ -12,9 +12,10 @@ The properties you need to add to each element are: * Make the element with both the `avatar` and `distorted` classes 200 pixels wide, then make its height twice as big as its width (here you should hardcode in a pixel value) ## Desired Outcome - +![outcome](https://user-images.githubusercontent.com/70952936/131268893-f2e0b302-ea2e-44b8-ba30-b555a35023c9.jpg) + ### Self Check - Did you properly chain class selectors for each rule? - Does the `proportioned` image retain its original square proportions? -- Does the `distorted` image end up looking squished and, well, distorted? \ No newline at end of file +- Does the `distorted` image end up looking squished and, well, distorted?