How to make my website become responsive | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make my website become responsive

what code must i use to make my web be responsive web? n where must the code i put it, css or here?

20th Aug 2017, 6:31 AM
Rizka
6 Answers
+ 6
With CSS3 comes Media Queries that you write in your CSS file. This query recognizes the screen size of the user, and adjusts based on the stylesheet u wrote for that size. It's a great way to make websites mobile responsive with no need for frameworks
20th Aug 2017, 7:01 AM
Ghaffaru Mudashiru
Ghaffaru Mudashiru - avatar
+ 5
pixels is not adviced in responsiveness. Web designers use "em" and "rem" instead of pixels. "em" is a unit default for normal display on any device
20th Aug 2017, 7:29 AM
Ghaffaru Mudashiru
Ghaffaru Mudashiru - avatar
+ 1
go Right Now and check for CSS GRID! tgis should be what you are looking for
20th Aug 2017, 6:51 AM
Paul
+ 1
oke thanks paul
20th Aug 2017, 6:55 AM
Rizka
+ 1
search on google for @media
20th Aug 2017, 1:41 PM
Milan Zanden
Milan Zanden - avatar
0
how can we define the pixel for make it responsive?
20th Aug 2017, 7:08 AM
Rizka