I'm trying to make the second container go under the first container when the page is viewed on a tablet or mobile device, but I can't get it to work. So if someone can help that would be great! Code: https://codepen.io/Sampsa96/pen/JjGVwKw
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (5)
I'd suggest looking into flexbox. It's very helpful for this sort of thing.
Is there any other way? Cause I know you can do it without flexbox also.
I suggest you start by using HTML5 ;)
Also, waaaaay too many media querryes; why not just let the browser decide when to wrap your content?
Thanks :)