Learn Typography by Building a Nutrition Label - Step 55

Tell us what’s happening:

Total Carbohydrate 37g13%

Can you tell me why is not working? I'm gettingthis message:"Your new p element should have the text Total Carbohydrate 37g 13%." your issue in detail here.

Your code so far

/* file: index.Ext.html */

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <title>Nutrition Label</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800">
<link rel="stylesheet"  href="./styles.css">
</head>

<body>
  <h1>Nutrition Facts</h1>
  <p>8 servings per container</p>
  <p>Serving size 2/3 cup (55g)</p>
</body>
</html>
    
/* file: styles.Ext.css */

Your mobile information:

SM-G780F - Android 13 - Android SDK 33

Challenge: Learn Typography by Building a Nutrition Label - Step 4

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

The code and link you provide is for Step 4, not Step 55.

Can you provide your code for Step 55 or create a new post?

You can post your code by put your code between 2 line of ``` (3 back ticks) (the back tick key is usually under the Esc key on your keyboard), like this:

```
# your code here
```

or you can use the Preformatted Text button:


On a side note, it’ll be easier to learn on computer than on mobile if you can afford.