如何将大页插图拉伸到100%宽度?

问题描述 投票:0回答:1

我的网站上有一个类似于选框的东西,我无法将其拉伸至100%宽度。我想我肯定错过了一些东西。在这里你是HTML:

<div id="marquee">
    <div>
      <span>programmation festival des blocs 6/1</span>
      <span>programmation festival des blocs 6/1</span>
      <span>programmation festival des blocs 6/1</span>
      <span>programmation festival des blocs 6/1</span>
    </div>
  </div>

在这里你也是CSS的jsfiddle:JSFiddle

非常感谢您的帮助!

骨架

html css width marquee
1个回答
0
投票

你必须删除身体的margin

JSFiddle

© www.soinside.com 2019 - 2024. All rights reserved.