In the Tribute Page, how do I get a white background behind the image? I have set “img-div” to have white background but image is occupying the full area of div I guess. So how do I get around it?
My code is in this github repo: My FCC repo
Thanks
In the Tribute Page, how do I get a white background behind the image? I have set “img-div” to have white background but image is occupying the full area of div I guess. So how do I get around it?
My code is in this github repo: My FCC repo
Thanks
can you share your code via codepen?
@shimphillip This is the pen.
In you css selector you left off the # for #img-div
@alhazen1 Stupid me! Thanks. Works fine.