From 7022dab8cd90158d2033836d58ce8e37c53026df Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:08:58 +0000 Subject: [PATCH] Update default_styles.md --- .../intermediate_css_concepts/default_styles.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/intermediate_html_css/intermediate_css_concepts/default_styles.md b/intermediate_html_css/intermediate_css_concepts/default_styles.md index b3c5202363e..8399a0e00c2 100644 --- a/intermediate_html_css/intermediate_css_concepts/default_styles.md +++ b/intermediate_html_css/intermediate_css_concepts/default_styles.md @@ -1,11 +1,13 @@ ### Introduction -Browsers, by default, inject a little bit of style into your web projects. You may not have thought about this specifically, but you have definitely encountered it. +Browsers, by default, inject a little bit of style into your web projects. You may not have thought about this specifically, but you have definitely encountered it. ### Learning outcomes -- You'll learn about default browser styles -- You'll learn how to use a CSS reset to remove or change those default styles +This section contains a general overview of topics that you will learn in this lesson. + +- You'll learn about default browser styles. +- You'll learn how to use a CSS reset to remove or change those default styles. ### Default styles @@ -32,11 +34,11 @@ You don't _have_ to use a CSS reset. In many cases, you're going to end up undoi This section contains questions for you to check your understanding of this lesson on your own. If you’re having trouble answering a question, click it and review the material it links to. -- [Why would you want to use a CSS reset?](#default-styles) +- [Why would you want to use a CSS reset?](#default-styles) ### Additional resources This section contains helpful links to related content. It isn’t required, so consider it supplemental. -- [A Look at CSS Resets in 2018](https://bitsofco.de/a-look-at-css-resets-in-2018/) is another article that talks about the various resets out there. -- [A (more) Modern CSS Reset](https://piccalil.li/blog/a-more-modern-css-reset/) is an article that gives a more up-to-date css reset and then goes on to explain each line of it. +- [A Look at CSS Resets in 2018](https://bitsofco.de/a-look-at-css-resets-in-2018/) is another article that talks about the various resets out there. +- [A (more) Modern CSS Reset](https://piccalil.li/blog/a-more-modern-css-reset/) is an article that gives a more up-to-date css reset and then goes on to explain each line of it.