Tribute Page Help - Super Newbie

My first background image is getting cut off at the bottom and my other three images are disappearing. I can’t figure out what I did!

See the Pen Coffee Tribute by Donna Clark (@DJPLOTZ) on CodePen.

1 Like

Your link isn’t working.

YEp - need to figure this out. Will delete and try another solution.

1 Like

This is a steep learning curve! Whew!

1 Like

okay. So what I see is that your image is set to cover. Try giving it contain and then set the width. that might help. Also add background-position: center to bring it up some. Your other images might be helped by changing your margin depending on what you are trying to do with them or where you want them. I just noticed that you are controlling your images with two queries - the class media and the elements article img… any reason why?

Thanks, that seemed to solve that one.

1 Like