Skip to content

Commit

Permalink
Update default_styles.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitarevenco committed Feb 9, 2024
1 parent d5aac61 commit 7022dab
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.

0 comments on commit 7022dab

Please sign in to comment.