How to style links and tables in CSS

Hi, I am doing this tutorial: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors/Selectors_Tasks#task_3

I need it to be like this: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors/Selectors_Tasks/selectors3.jpg

What is the code for this?

Thanks!

Welcome back, @serenity

Are you asking for the solution code or do you need help understanding something?

Michael

If it is not a problem I need both. (explanation of code)

That’s no problem at all :slightly_smiling_face:

You typically find the solution in the same folder as the starting code on GitHub. It’s often in a file called “marking.md”. Sometimes for bigger exercises there is a separate folder next to the starting code folder called “assessmentName-finished” (or similar). For this exercise it’s here: https://github.com/mdn/css-examples/blob/main/learn/tasks/selectors/marking.md

I recommend looking for a specific selector on MDN when it’s not clear what it’s doing. For example: ::first-line (:first-line).

I’m happy to help you further if you have some specific questions.

See you and good luck,
Michael