diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/613e275749ebd008e74bb62e.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/613e275749ebd008e74bb62e.md index 2cacf805a47..ae75402084e 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/613e275749ebd008e74bb62e.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/613e275749ebd008e74bb62e.md @@ -7,8 +7,6 @@ dashedName: step-8 # --description-- -A useful property of an _SVG_ (scalable vector graphics) is that it contains a `path` attribute which allows the image to be scaled without affecting the resolution of the resultant image. - Currently, the `img` is assuming its default size, which is too large. CSS has a `max` function which returns the largest of a set of comma-separated values. For example: ```css diff --git a/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/613e275749ebd008e74bb62e.md b/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/613e275749ebd008e74bb62e.md index 2cacf805a47..ae75402084e 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/613e275749ebd008e74bb62e.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/613e275749ebd008e74bb62e.md @@ -7,8 +7,6 @@ dashedName: step-8 # --description-- -A useful property of an _SVG_ (scalable vector graphics) is that it contains a `path` attribute which allows the image to be scaled without affecting the resolution of the resultant image. - Currently, the `img` is assuming its default size, which is too large. CSS has a `max` function which returns the largest of a set of comma-separated values. For example: ```css