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.
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.
Your link isn’t working.
YEp - need to figure this out. Will delete and try another solution.
This is a steep learning curve! Whew!
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.