Can I create a good responsive web design without using any front-end framework? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 ?

17th Dec 2018, 2:35 AM
Yan Moe Naing
Yan Moe Naing - avatar
3 Answers
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?
17th Dec 2018, 3:03 AM
Adam Hmidi
Adam Hmidi - avatar
+ 1
Learn to use the CSS Grid system. Try the codecademy's tutorials about the responsive design.
17th Dec 2018, 4:03 AM
Boris Batinkov
Boris Batinkov - avatar
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
17th Dec 2018, 3:48 AM
Akib
Akib - avatar