Simulating mobile resolution in a section of a webpage

前端 未结 6 1080
迷失自我
迷失自我 2020-12-29 21:20

I have a website that will mainly be used for large screen monitors on the desktop. Within the page I will have various content sections, but I also want to have a mobile ap

6条回答
  •  粉色の甜心
    2020-12-29 21:32

    In the past when I have had to test this I have just resized my browser after adding the custom maxwidth / maxheight properties to my CSS. Once you hit these boundaries your relevant CSS will kick in.

提交回复
热议问题