+ 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?
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
+ 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
+ 1
go Right Now and check for CSS GRID! tgis should be what you are looking for
+ 1
oke thanks paul
+ 1
search on google for @media
0
how can we define the pixel for make it responsive?