Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 54

Tell us what’s happening:
Not sure why this isn’t ok? It keeps telling me I need to have a tr[class="total’] selector.

Your code so far

tr[class="total"] {
  bottom-border: 4px double #0a0a23;
  font-weight: bold;
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.27

Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 54

Link to the challenge:

Can you post all of your CSS?

1 Like

@miketrunell wrong property you have used in your code
for more clarification, you can go mdn link

mdn link : border - CSS: Cascading Style Sheets | MDN

1 Like

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