How do you make a webpage change its width automatically?

后端 未结 8 1174
故里飘歌
故里飘歌 2021-01-23 00:26

In HTML, is there a way to make a webpage expand to the user\'s monitor? Like say I have a 15inch, but someone else has a 24 inch. The webpage would be small on their screen,

8条回答
  •  难免孤独
    2021-01-23 00:35

    Fluid-width is achieved by using percentage units or em units. It's all about crafting a site layout based on grids and containers. Read more.

提交回复
热议问题