+ 2
Can I create a good responsive web design without using any front-end framework?
Which is better using framework or not using?I want to learn responsive web design without using any framework such as bootstrap ,foundation ,etc. Where can i get a free pdf to learn responsive web design ?
3 odpowiedzi
0
you can try to do a search on google about "Responsive design for beginners" or "css media queries" <- these are very important
But....why reinvent the wheel?
+ 1
Learn to use the CSS Grid system.
Try the codecademy's tutorials about the responsive design.
0
#1 Choice is media queries - They are easy and faster but takes a while to get it right.
#2 Choice is using flex
#3 Using grid layout with queries