@Cyclone3603Submitted over 1 year ago
I couldn't figure out how to make this one responsive. Any ideas?
I couldn't figure out how to make this one responsive. Any ideas?
For responsive, look into media queries: https://www.w3schools.com/Css/css3_mediaqueries_ex.asp It's usually easier to design the mobile version first, then adjust the layout with media queries for desktop afterwards, but it can for sure be done the other way around, too, so don't worry! :)
Also avoiding giving your containers a fixed height should help fix the issue with elements bleeding outside of the box
Good luck, it looks great so far!