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

Tell us what’s happening:
So I have a problem in Step 14 which is same as step 13 of Learn More About CSS Pseudo Selectors By Building A Balance Sheet

  **Your code so far**

            <tr class="data">
              <th>Checking <span class="description">Our Primary transactional account.</span> </th>
              <td>$54</td>
              <td>$56</td>
              <td class="current">$53</td>
            </tr>
            
/* file: styles.css */

I am Getting Error :
Test : Sorry, your code does not pass. Keep trying.

Hint :Your th element should have the text Checking Our primary transactional account..

  **Your browser information:**

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

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

Link to the challenge:

Is the p supposed to be capitalized?

thank you very much for help us

1 Like

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