fix(curriculum): correct typo in CSS foundations exercise instructions (#66770)

This commit is contained in:
Tiago Vier Preto
2026-04-03 13:54:10 -03:00
committed by GitHub
parent 85f790c527
commit bb17e37fa9

View File

@@ -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--