Hello Friends,
I am new in Web designing but I am always stuck to make my website responsive, I am stuck in flexbox and CSS Grid.
Can anyone tell me or guide anything to learn responsive design faster.
Hi @asadmisrani !
Apart from obviously completing this course from codecademy: https://www.codecademy.com/learn/learn-responsive-design , I can suggest you try these resources:
- A Complete Guide to Flexbox | CSS-Tricks - CSS-Tricks
- A Complete Guide to CSS Grid | CSS-Tricks - CSS-Tricks
- https://www.freecodecamp.org/learn/2022/responsive-web-design/
The first two are very useful guides on how to create layouts with grid and flex-box, and the latest is a hands-on resource where you can incrementally increase your knowledge about those two layout techniques + responsiveness.
Thanks for your suggestions, I really appreciate it, I will go further to learn CSS Grid deep.