Why html page isn't fit to 100%?

后端 未结 3 1567
不知归路
不知归路 2021-01-23 07:05

Whenever i want to make a html page i have problem with this, why html page is less than 100%? Let me explain in example:

3条回答
  •  爱一瞬间的悲伤
    2021-01-23 07:14

    It is because display:inline-block creates white-space in the html...

    you could change the display:inline-block to float:left

    see https://jsfiddle.net/z0cc6fp7/1/

提交回复
热议问题