From b53167a65b47ad2684dfaf8f23cd669d4203b7d6 Mon Sep 17 00:00:00 2001 From: Rose Date: Wed, 17 Jan 2024 22:20:04 -0500 Subject: [PATCH] Information-behind-a-separate-link --- advanced_html_css/responsive_design/natural_responsiveness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_html_css/responsive_design/natural_responsiveness.md b/advanced_html_css/responsive_design/natural_responsiveness.md index ece684fff2c..3349974359e 100644 --- a/advanced_html_css/responsive_design/natural_responsiveness.md +++ b/advanced_html_css/responsive_design/natural_responsiveness.md @@ -4,7 +4,7 @@ The first step to making responsive websites is using techniques that are _natur ### Learning outcomes * You'll learn a few tips for keeping your sites naturally responsive -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.