DEV Community

Discussion on: 8 Games to learn CSS the fun way

Collapse
 
devmount profile image
Andreas

That's true - especially for the [attribute...] selectors! A very good exercise to distinguish between [attribute^="value"], [attribute$="value"] and [attribute*="value"] 😅