diff --git a/lessons/05-active-links.md b/lessons/05-active-links.md index 731c8346..f72e3579 100644 --- a/lessons/05-active-links.md +++ b/lessons/05-active-links.md @@ -14,7 +14,7 @@ Let's see how it looks with inline styles, add `activeStyle` to your
  • Repos
  • ``` -How as you navigate, the active link is red. +Now as you navigate, the active link is red. ## Active Class Name @@ -30,12 +30,14 @@ points if you can add a `link` tag from memory. Double extra points if you can leave the attributes unquoted, against your better judgement. ```html + ``` And the css file: ```css +/* index.css */ .active { color: green; }