TIPS & TRICK FOR RESPONSIVE - hybrid

HERE ARE A LIST OF THINGS I FOLLOW TO MAKE A NEAT RESPONSIVE VIEW

1 Layout concept - table type

2 try to use padding on all elements this would help to keep stuffs neat.

3 max width elements to fit screen size

4 if multiple group in single row parent group max. and child = fixed (or, when screen stretch max and when when min “maintain a visible ratio”) and if you have padding in the parent need worry for the responsiveness … but the alignment should be equal vertical/horizontal - so as to keep the placement even & spacious

5 25px size min. for all user type screen size

6 use the preview - to adjust max & min / position

These are few thing to save time. Please comment your idea and feedbacks