0
Web Development question
If you are building a website that will support 3 different device sizes and print, match the styling with how it could be included CSS that is common across all devices and media Print styling Smartphones Tablets Laptop and desktops
2 Answers
+ 1
Basically a responsive website đ€
1. Use media queries
2. Flex box
3. Vendor prifix for styles not supported in some browsers
+ 1
Yeah!
Good question!!
Try to use
1)flex box
2)Media queries in CSS
like max-height and max-width
3)Use vw for resizing width of an object and vh for resizing height of an object
4)Use meta tags
And set the viewport initial scale=1
Never use px and % for defining height and width of an object
Hope it helps!!!!
Happy coding