Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 63

Tell us what’s happening:

my selector is as required but whenever I check the code, it doesn’t pass

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

tr.data th .description[class="description"]{display:block; font-style:italic; font-weight: normal; padding: 1rem 0 0.75rem; margin-right: -13.5rem}

/* User Editable Region */

Your browser information:

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

Challenge Information:

Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 63

hi there!
that is not a valid value, and it is not asked in the challenge step for adding that. remove it.

2 Likes

Hi Chloe,
I also believe I have the selector code as required but my solution keeps getting rejected based on my selector being incorrect, am I missing something?

In the future, please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Ask for Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.

Thank you.

1 Like