Assessment wanted for Fundamental CSS comprehension

Hi I’m trying to work through the exercise in generating a business card but am stuck trying to figure out how to do this: “Now it’s time to put the right selector on the right rule set! You’ve got four pairs of selector and rule-set to match in your CSS resources”.

How does one connect selectors with rulesets?

Here’s the link to the code I’m working with: https://codepen.io/capricasian/project/editor/XjLMqy

Best regards,

Clarence

hello @capricasian,
in the css file, you have the 4 selectors (e.g. .card) and then rules below which should apply to this selector (inside { and }). so you need to match the rules to appropriate selectors. i guess the wording confused you.

you can check this chapter if you’re stuck: https://developer.mozilla.org/en-US/docs/Web/CSS/Syntax.