mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-06 10:00:53 -04:00
fix(curriculum): correct typo in CSS foundations exercise instructions (#66770)
This commit is contained in:
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user