A little problem with: Adjust the background-color Property of Text

In this lesson: https://www.freecodecamp.org/learn/responsive-web-design/applied-visual-design/adjust-the-background-color-property-of-text
If I put: padding: 10px; above background-color: rgba(45,45,45,0.2) work.
If I put: padding: 10px; under background-color: rgba(45,45,45,0.2) as the boy in the video put it, it doesn’t work anymore

You’re asked to put a value of 0.1 instead of 0.2 in the question

background-color: rgba(45, 45, 45, 0.1);

The placement of the line in the css class does not affect the output and it works for me

I solved. Thanks for the reply! :hugs: :hugs:

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