Skip to content

Commit

Permalink
Information-behind-a-separate-link
Browse files Browse the repository at this point in the history
  • Loading branch information
rosecodez committed Jan 18, 2024
1 parent 2a3f3d9 commit b53167a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The first step to making responsive websites is using techniques that are _natur
### Learning outcomes

Check failure on line 4 in advanced_html_css/responsive_design/natural_responsiveness.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Headings should be surrounded by blank lines

advanced_html_css/responsive_design/natural_responsiveness.md:4 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Learning outcomes"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md022.md

Check failure on line 4 in advanced_html_css/responsive_design/natural_responsiveness.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Required heading structure

advanced_html_css/responsive_design/natural_responsiveness.md:4 MD043/required-headings Required heading structure [Expected: ### Lesson overview; Actual: ### Learning outcomes] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md043.md
* You'll learn a few tips for keeping your sites naturally responsive

Check failure on line 5 in advanced_html_css/responsive_design/natural_responsiveness.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Unordered list style

advanced_html_css/responsive_design/natural_responsiveness.md:5:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md004.md

Check failure on line 5 in advanced_html_css/responsive_design/natural_responsiveness.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Lists should be surrounded by blank lines

advanced_html_css/responsive_design/natural_responsiveness.md:5 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* You'll learn a few tips for ..."] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md032.md

Plain HTML, with no CSS is responsive. [Check this out](https://codyloyd.github.io/responsive-html/), and shrink your browser down to the size of a phone. It works perfectly! You could read that site on an apple watch.
Plain HTML, with no CSS is responsive. [Make sure to read the page](https://codyloyd.github.io/responsive-html/), and shrink your browser down to the size of a phone. It works perfectly! You could read that site on an apple watch.

It's not realistic for every website you create to be as basic as plain text on a page, but it is important to keep in mind that most of the elements you're using to build your project are responsive until **you** change that with CSS. If you approach your project with this mindset and do your best to maintain that natural responsiveness, you might find that there isn't _that_ much extra you need to do to make your sites properly responsive.

Check failure on line 9 in advanced_html_css/responsive_design/natural_responsiveness.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Emphasis style

advanced_html_css/responsive_design/natural_responsiveness.md:9:374 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 9 in advanced_html_css/responsive_design/natural_responsiveness.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Emphasis style

advanced_html_css/responsive_design/natural_responsiveness.md:9:379 MD049/emphasis-style Emphasis style [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md049.md

Expand Down

0 comments on commit b53167a

Please sign in to comment.