can somebody help me
https://codepen.io/danilocasim/pen/yLwVjpg
i'm stuck here i can't row the div and wrap itππ
2 Replies
your HTML isn't well formed, you're missing a closing div tag on the first .grad-container
as a general recommendation, your indentation is sloppy which makes it hard to spot in your editor that you missed the closing tag. I'd recommend using an auto-formatter like prettier, it makes errors like this stand out like a sore thumb
also the a tag within that first .grad-container is not closed