Skip to content

Commit 4790dc1

Browse files
committed
small typos
1 parent 464774a commit 4790dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-advanced-selectors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here is [your objective](http://lewagon.github.io/html-css-challenges/04-advance
99
- Should I use a `class` or an `id`?
1010
- What name should I pick for my class?
1111

12-
Try to use **generic class names** as much as you can. Think **modularity** & **re-usability**. Try to step back from the page you're coding when choosing class names. Consider each CSS class as nice re-usable design that is not only linked to your current page but that will be re-used everywhere on your website. Getting this mindset is the main difficulty for CSS beginners.
12+
Try to use **generic class names** as much as you can. Think **modularity** & **re-usability**. Try to step back from the page you're coding when choosing class names. Consider each CSS class as nice re-usable design that is not only linked to your current page but that will be re-used everywhere on your website. Getting this mindset is often the main difficulty for CSS beginners.
1313

1414
## Tips & Resources
1515

0 commit comments

Comments
 (0)