fix(curriculum): delete irrelevant information in description of step 8 (#58655)

This commit is contained in:
JungLee-Dev
2025-02-08 07:17:49 -07:00
committed by GitHub
parent 1110107fe8
commit 4e39195102
2 changed files with 0 additions and 4 deletions

View File

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

View File

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