2016-06-10 63 views
-3

this is my html code.这个保证金来自Bootstrap 4?

this is my CSS code[![][2]] 3

我使用引导4,哪里该保证金来自?

+1

而不是把你的代码的图像,复制粘贴你的代码在你的问题。 – Gilko

+0

是的。提供代码以便我们编辑它。 –

+0

可以请你把完整代码,请解释一下你的问题显然 – Codeone

回答

1

如果你想使用网页上的所有宽度可以使用.container-fluid

.container为响应固定宽度的容器。

<div class="container"> 
    ... 
</div> 

.container-fluid for a full width container。

<div class="container-fluid"> 
    ... 
</div> 
+0

现在他使用容器而不是容器流体..所以他的代码和边缘图像彼此不符。 – Gilko

+0

是的,我想这就是为什么我使用容器流体。 – ARNAB