Hi, i’m having troubles with this step. It seems that doesn’t recognize the selectors after .hero-title.
Challenge: Learn CSS Grid by Building a Magazine - Step 79
Link to the challenge:
Hi, i’m having troubles with this step. It seems that doesn’t recognize the selectors after .hero-title.
Challenge: Learn CSS Grid by Building a Magazine - Step 79
Link to the challenge:
The rulesets don’t need commas after them, even if they are in a media query.
Also, it is better to paste the actual code in here instead of giving a pic. That way we can actually test it.
you can see red
marker below comma
; it means something is wrong there.
You need comma only when same property is applied to multiple elements.
I suggest start using VSCode so that you can see these kinds of errors quickly.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.