diff --git a/curriculum/challenges/english/blocks/top-learn-css-foundations-projects/63ee3ff1381756f9716727f2.md b/curriculum/challenges/english/blocks/top-learn-css-foundations-projects/63ee3ff1381756f9716727f2.md index 0a3fe4847f4..f59cd7075d3 100644 --- a/curriculum/challenges/english/blocks/top-learn-css-foundations-projects/63ee3ff1381756f9716727f2.md +++ b/curriculum/challenges/english/blocks/top-learn-css-foundations-projects/63ee3ff1381756f9716727f2.md @@ -12,7 +12,7 @@ With this exercise, we've provided you a completed HTML file, so you will only h 1. You should see a `width` of `300px` on the `avatar` and `proportioned` class. 1. You should give it a height so that it retains its original square proportions (don't hardcode in a pixel value for the height!). 1. You should give the elements with both the `avatar` and `distorted` classes a `width` of `200px`. -1. You should give it a `height` twice as big as it's width. +1. You should give it a `height` twice as big as its width. # --hints--