|
|
|
|
|
by pothibo
3459 days ago
|
|
Element level selectors are so often demonized and having written quite a bit of CSS in my life, I have come to appreciate how easy it is to write and maintain CSS when you actually use those element level selectors mixed with relationship selectors ( >, +, ~,) and attribute selectors. |
|
Attribute selectors are indeed handy and are on par with class names in my suggestion.