Tribute page project questions

CodePen.

So, after 850px, I want my button to move there:

How can I do that with media queries?

Maybe create another similar link within the same div as the text then use media query to hide and show the buttons :

@media(...){
footer{
     display: none;
}
}

Dont know if its the best way but i suppose it should work.

CodePen.

This image is on fullscreen.

I want the height —of the parent that has a red background— to be as small as the image to fit exactly where the white line is.

The parent’s name is #tribute-info.

so you want a smaller image?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.