Issue
Can anyone give me tips to be good at responsive design? I know it can be done with media queries, but I find it difficult to make Images and Font sizes responsive for all devices.
It would be good if anyone suggest some tips to get good at responsive design
Solution
Here are some of the tips I use to make my responsive work more easier:-
Start with mobile first ==> when starting with mobile first perspective, It will make 30-40% of your work easier
Don't use fix units like px ==> use relative units like em, rem, % or view port height and width while making width and height for particular box, it will make your work 30% faster
Use modern methods like flexbox and grid ==> they help me a lot while making responsive sites
check out this video for more details on some of the things:- https://youtu.be/VQraviuwbzU
Answered By - Dev Chaudhary
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.