我在引导网格系统方面遇到了一些问题。
我通常会为我的项目使用流体布局,并且没有任何问题。我正在使用NON-FLUID布局,不知何故,我的项目只占用了大约一半的页面,不知怎么地没有居中。
任何帮助?
答案 0 :(得分:0)
在课程container
中添加一个 Div ,如下所述
就像这样
<div class="container"> // add this line
<div class="span12">
<video id="video_background" preload="auto" autoplay="true" loop="loop" muted="" volume="0"> <source src="videos/splash.ogv" type="video/ogg ogv" ;="" codecs="theora, vorbis"><source src="videos/splash.mp4" type="video/mp4"> Video not supported </video>
<h1 class="text-center">Monta Vista TSA grows careers and accelerates lives</h1><br>
<p class="text-center">See what our <a href="#">members think</a> and <a href="join.html">join now</a></p>
</div>
</div> // add this line
答案 1 :(得分:0)
<body>
<div class="container">
...
</div>
</body>
这是固定宽度布局的示例,您可以仔细检查您的代码。