2017-06-16 7 views

答えて

1

あなたのジャンボトーンは、パディングが適用されるには、クラス 'container'を持つ要素内にある必要があります。

<div class="container"> 
    <div class="jumbotron"> 
     <h1>Jumbotron</h1> 
     <p>Now is the time for all good men to come to the aid of the party.</p> 
    </div> 
</div> 

https://jsfiddle.net/3azmutot/2/

0

あなたはジャンボトロンは全幅になりたい場合は、このような内.containerを追加します。

<div class="jumbotron"> 
    <div class="container"> 
     <h1>Jumbotron</h1> 
     <p>Now is the time for all good men to come to the aid of the party.</p> 
    </div> 
</div> 
関連する問題