Skip to content

Commit bf2f4e3

Browse files
authored
Update README.md
1 parent 27c870b commit bf2f4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/01.2-Your-First-Style/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tutorial: "https://www.youtube.com/watch?v=8b12AFC6bWs"
66

77
When doing CSS, the idea is to apply `css rules` to your `html elements`, you always have to select the element first, and then specify what rules you want to apply to it:
88

9-
For example, this is the code if you want to make all my website anchors (`<a> tag's`) blue:
9+
For example, this is the code if you want to make all your website anchors (`<a>` tags) blue:
1010

1111
```css
1212
a {
@@ -16,6 +16,6 @@ a {
1616

1717
## 📝 Instructions:
1818

19-
1. Right now there is a style being applied that is responsable of making the anchor `red`.
19+
1. Right now there is a style being applied that is responsible for making the anchor `red`.
2020

2121
2. Change the style to make your anchor look `yellow`.

0 commit comments

Comments
 (0)