I need to get my website to fit the screen

后端 未结 3 1738
执念已碎
执念已碎 2021-01-25 23:20

I have created my website as a fixed layout, with a width of 1600px, but the webpage on a smaller resolution looks too big. What am I supposed to do to make it looks good in ev

3条回答
  •  渐次进展
    2021-01-26 00:01

    A percentage-based width would change the width depending on the screen size, but you should also use min-width to ensure the page doesn't become too thin that it ruins your content.

提交回复
热议问题