+ 1
Help For Responsive Web Designing
Guys, I need to become the best web designer in responsive. How do I become the best responsive designer without bootstrap only using HTML and CSS?
1 Réponse
+ 6
It is recommended to use Bootstrap if you want to develop responsive web pages.
But if you don't want to use any framework for responsiveness, then you have to use "CSS media queries" to define breakpoints for different devices with different sizes, orientation, resolution, etc.
You will get many tutorials on web and you can also watch some video tutorials on YouTube for better understanding the concepts.