Problem with DIV's overflowing

Hi all, I’m currently working on the Tribute Page and I am nearly finished, I am just having a problem where a part of the blue div is overflowing below another div (as you will see with the link). Any idea how to solve this?

This is the link for my project: https://codepen.io/klvnfrnk/full/rgXJaK

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36.

This is the challenge link:

You have two id=“tribute-info” divs. The second one is empty and is causing this problem. Remove it from your code (lines: 25-26).

Oh wow, can’t believe I missed that… Thank you!!!

1 Like