how can you make a website responsive to various screen sizes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how can you make a website responsive to various screen sizes

response websites

5th May 2017, 9:11 AM
Jim Chris
Jim Chris - avatar
4 Answers
+ 1
Main css element to learn is @media, if you know how to use @media, you know how to convert a website to responsive website.
5th May 2017, 9:20 AM
Calviղ
Calviղ - avatar
+ 1
use only @media queries if you have no other alternatives. try with css first. then bootstrap
5th May 2017, 9:34 AM
Thanh Le
Thanh Le - avatar
+ 1
Google @media queries For instance : @media screen and (max-device-width:750px) {
5th May 2017, 11:12 AM
Денис Такой
Денис Такой - avatar