You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 04-advanced-selectors/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Here is [your objective](http://lewagon.github.io/html-css-challenges/04-advance
9
9
- Should I use a `class` or an `id`?
10
10
- What name should I pick for my class?
11
11
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. This 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 block that is not only linked to your current page but that will be re-used everywhere on your website. This is the main difficulty for CSS beginners.
0 commit comments