CC @chrisdavidmills, the suggested title for these tasks is “Assessment wanted for Flexbox layout 1 skill test” instead of “Backgrounds and Borders”, please fix it
The best way to handle situations like this is to use padding.
The width of the background star in this case is 30px.
So put this inside the h2 css rule:
@Rafael_Green I used margin because margin is used to push other elements away, and padding is used to push element’s content away from borders. Isn’t that correct?
In this case, the stars are part of the h2 element, so you want to push it’s text away from the border.
Margin won’t work in this case because you don’t want to push other elements from the h2 element.
You want to push the text away from the stars.