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

I am having trouble with step 51. Can you help me see what am I missing?

Step 51
Now give the captions an absolute position, and shift them -2.25rem from the top and 0.5rem from the left.

-table caption {
color: #356eaf;
font-size: 1.3em;
font-weight: normal;
position: absolute;
left: 0.5rem;
top: -2.25rem;
}

Your browser information:

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

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

Link to the challenge:

Is there really a dash before table?

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