Reputation: 2455
I am building a very simple website (4 pages) and also want to make responsive design. Though I have a lot of experience with java, python, html, css, C#.... etc... this is my first time to build a responsive design.
The adaptations I need to do are MINOR. I have only 4-5 small adaptations e.g. "put the text above video on mobile and on the right in desktop" / "put the checkboxes in a column in mobile and in a line in mobile".
I have started reading about various frame works e.g. bootstrap, html.css...
p.s. I need it only for the purpose of this small website I am building.
My Q is: Should I invest time reading and learning them (and which to learn?) or would it be faster and simpler just to do the adaptations with @media CSS queries?
Thanks!
Upvotes: 0
Views: 50
Reputation: 4750
Yes, you can learn Bootstrap or any other framework to do it easily and quickly. Now, the world is ready to make a responsive website even without writing single line of media style. It is the responsibility of framework. Best of luck.
Upvotes: 1