mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
fix(curriculum): delete irrelevant information in description of step 8 (#58655)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user