How to add a class selector for the class partner in .css file

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>

```

Replace this line with your code.

<do not remove the three backticks above>

You use . to target a class

so to target a class name test you will use:

.test{
  
}

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.