I just completed my first assessment

I just completed my first assessment on Controlling Inheritance. I will like it to be checked. Thank You.
link to codepen

Great work, @BAH12! :medal_sports:

Your solution is correct. You could even make the selector shorter like this: #outer #inner a. It works because two id selectors are always more specific than one id selector plus different other selectors together.

1 Like