When dealing with Responsive Web Designs you will have to use @media
queries to change the look of your website in different device sizes.
In this blog post, you can find different device sizes you can use with your @media queries.
Phones
(min-device-width : 320px) and (max-device-width : 480px)
Teblets
(min-device-width : 481px) and (max-device-width : 768px)
IPads
(min-device-width : 769px) and (max-device-width : 1024px)
IPads pro, Tablets pro
(min-device-width : 1025px) and (max-device-width : 1366px)
Laptop
(min-device-width : 1367px) and (max-device-width : 1760px)
Large Screen
(min-device-width : 1760px) and (max-device-width : 1920px)
If you found the content i share useful then share it with your developer friends and also follow me on Instagram and Twitter
Top comments (0)