<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
I want an image to fully cover the background of a heading without getting it cut nor squashed.
So I set the background-image like this:
background-size: cover;
But the bottom part of the image is chopped off when I check the outcome. How can I avoid this problem?
```Replace this line with your code.
<do not remove the three backticks above>