- What are the 3 basic things required for responsive web design?
- Should I use PX for Responsive website?
What are the 3 basic things required for responsive web design?
The 3 Major Principles of Responsive Design
Fluid Grid Systems. Fluid Image Use. Media Queries.
Should I use PX for Responsive website?
A good practice is to use % where it can be used because it reduces the effort of writing another code for responsive as it works according to the screen size but we use px also where % we cannot use % and then in @media queries we write another css for that according to screen sizes.