I was having trouble with the responsiveness part of this project. What are the best ways to make this project responsive? Going from mobile to desktop and vice versa.
Jonah Unuafe
@jonahunuafeAll comments
- @maia-fwSubmitted over 1 year ago@jonahunuafePosted over 1 year ago
When working with div, set the width using max-width in percentage, neglecting the height property since its height will be determine by the content inside the div.
Learn and practice how to use CSS Flexbox and CSS Grid for your layouts.
Always design and develop for mobile first before moving on to desktop design, for desktop design you can use a media query of max-width: 768px.
I hope this suggestions of mine help!.
Marked as helpful1 - @Oguntola-favourSubmitted almost 2 years ago
Built this using HTML and CSS. I would like feedback on how responsive the code is.
@jonahunuafePosted almost 2 years agoOguntola, u tried. I've gone through ur code. U should learn proper indentation. Ur button element should have a type of button not class of button.
Marked as helpful1