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

Task:
Now target the th elements within your table body, and give them a width of the entire container, less 12rem

Tell us what’s happening:
I don`t know why this solution doesnt pass.

Your code so far:
tbody th {
width: calc(100% - 12rem);
}

warning:
Your tbody th selector should have a width property set to calc(100% - 12rem)

Challenge Information:

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

Hello! Welcome to the forum.

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 (').

Hey there @Pablo333 . Welcome to FCC! To help you we need your actual code. The way to insert code into your message on most forums is with three backticks. A backtick looks looks like this: ` IMPORTANT! It’s not an apostrophe!

Type three backticks on a new line, and then, below that, copy and paste your code. Then, below your code type three more backticks.

If you would send us all your HTML and CSS that would be great!

The gif was a great idea @zuhameer6 !

Welcome to FFC forum. Above code is correct. You may have exidently deleted your other code . Reset the challenge and try again. If didn’t passed, clear your browser cache or change the browser for this step.
@Pablo333

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