Keep a site of a standard size mobile / desktop

-1

I'm developing a website and I need it to stay the same standard for desktop and mobile css, without becoming responsive. link as this site, if you test in the inspection and testing on different types of mobiles screens, the images decrease, but they remain the same. How would you do that?

    
asked by anonymous 24.07.2018 / 13:24

1 answer

0

Use the meta tag viewport to adjust the page dimensions for the width and height of the device, media queries in your css to specify different styles for different screens, This link contains more information about using @media, choose to use #

    
24.07.2018 / 13:41