Skip to content

Commit

Permalink
change ordered list to to lazy numbering format
Browse files Browse the repository at this point in the history
  • Loading branch information
Churtified committed Jan 18, 2024
1 parent 0bfce44 commit 5dbdd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/html_css/css-foundations/intro-to-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ A note on file names: `styles.css` is just what we went with as the file name he
A couple of the pros to this method are:

1. It keeps our HTML and CSS separated, which results in the HTML file being smaller and making things look cleaner.
2. We only need to edit the CSS in _one_ place, which is especially handy for websites with many pages that all share similar styles.
1. We only need to edit the CSS in _one_ place, which is especially handy for websites with many pages that all share similar styles.

Check failure on line 319 in foundations/html_css/css-foundations/intro-to-css.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Emphasis style

foundations/html_css/css-foundations/intro-to-css.md:319:36 MD049/emphasis-style Emphasis style [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md049.md

Check failure on line 319 in foundations/html_css/css-foundations/intro-to-css.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Emphasis style

foundations/html_css/css-foundations/intro-to-css.md:319:40 MD049/emphasis-style Emphasis style [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md049.md

#### Internal CSS

Expand Down

0 comments on commit 5dbdd7e

Please sign in to comment.