Hi,
There’s a typo in your function definition, second line.
There’s a second typo, you’re calling ‘maxin’ and not ‘mixin’ and you’re using box-shadow instead of border-radius.
I think, I’m not sure, but I think you’re supposed to call the function inside #awesome { }
You’re adding it but you’re not calling it there.
Greets,
Karin
I think you are making it more complicated than it needs to be.
You don’t need to add this stuff here
I would just follow the example that FCC gave you for boxshadow.
I would just change this part to webkit border radius. That might have also been a typo when you were entering code into the forum.
And then you just need to make that change here
You can look at the FCC example for guidance on how to fix that.
Please post your code and not images when asking for help.
You have box-radius in the mixin, it should be border-radius
With that fix your code should be passing even though you really only should have one #awesome selector. Just add the @includes to the selector that was already there in the starter code and remove the extra one you added.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.