Question About Responsive
Anyone know how to make responsive like this? Please Help Me ðŸ˜
3 Replies
Link to this website
https://www.monstercat.com/release/MCLP017
The jumps to slightly different layouts when the width changes are done with media queries, which let you set different CSS rules based on (among other things) how wide the page is
Kevin has a couple of videos that might help: https://www.youtube.com/watch?v=bn-DQCifeQQ or https://www.youtube.com/watch?v=2KL-z9A56SQ might be a nice start
Kevin Powell
YouTube
Responsive design made easy
Conquering Responsive Layouts: https://courses.kevinpowell.co/conquering-responsive-layouts
Creating responsive sites can be a bit of a pain in the butt at times, but if you take it from a certain approach, you can make your life a lot easier
/// Links
Em vs Rem: https://youtu.be/_-aDOAMmDHI
min(), max(), and clamp(): https://youtu.be/U9...
Kevin Powell
YouTube
Tutorial: Learn how to use CSS Media Queries in less than 5 minutes
Start creating responsive layouts with confidence with my free responsive layouts course: https://courses.kevinpowell.co/conquering-responsive-layouts
Quickly learn how to using CSS media queries. In this video, I explore what media queries are and how you can start using them right away.
If you know how to write your own CSS, you'll be able ...