Hint You should not change the width property

Tell us what’s happening:
Describe your issue in detail here.
Hint: You should not change the width property.
This point does not ask to create any width.

Step 9

As described in the freeCodeCamp Style Guide, the logo should retain an aspect ratio of 35:4 , and have padding around the text.

First, change the background-color to #0a0a23 so you can see the logo. Then, use the aspect-ratio property to set the desired aspect ratio. Finally, add a padding of 0.4rem all around.

Test

Sorry, your code does not pass. Don’t give up.

Hint

You should not change the width property.

Might need some context. Could you share your code and a link to the lesson?

You can share code by copy/pasting it in a post between two rows of three backticks:
```
your code here
```

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