My page so far
Hi guys, I’m doing a frontend mentor web challenge and I want the ‘Huddle’ logo on top of the main image-card as seen in the pic below.
In the first link you can see the logo at the left side of the main-image, what’s the cleanest way to get it on top?
my current solution I have to use media queries at (min-width: 908px) and (max-width: 1290px)’ in order to shrink the inner-container around the image to wrap the .logo on top.
Also position:relative still means that the logo is leaving it’s ‘container’ to the left.
Cheers