The error I’m receiving is You should have a tr.data th .description
selector
Your code so far
WARNING
tr.data th .description[class="description"]{
display: block;
font-style: italic;
font-weight: normal;
padding: 1rem 0 0.75rem;
margin-right: -13.5rem;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 62
Link to the challenge:
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
Please take the hint literally and simply copy the exact selector it is telling you to use without modifying it
I copied it and still got the error
What does the code look like now?
tr.data th .description[class="description"]{
display: block;
font-style: italic;
font-weight: normal;
padding: 1rem 0 0.75rem;
margin-right: -13.5rem;
Same
I have solved the error issue thank you