I’m trying to set up my web pages so that all the elements remain in their positions relative to each other, and adapt to any screen size.
For example, I have a box container with a header, subheader, paragraph, button, and a music player. If the paragraph text is long enough that it would otherwise run into the music player, I’d like the container box to resize so that music player moves further down.
What’s the best way to do this?