2017-03-23 130 views
0

我感覺不舒服。突然之間,我的大炮的底部出現了一條不想要的白色水平線。它發生後...Jumbotron的水平線

  1. 插入導航欄形式
  2. 在身體
  3. 的底部添加的形式插入對象,然後
  4. 在超大屏幕插入按鈕

我已經評論了我所做的所有更改,但無濟於事。

<header class="jumbotron"> 
    <!-- Main component for a primary marketing message or call to action --> 
    <div class="container"> 
     <div class="row row-content"> 
      <div class="col-xs-12 col-sm-8"> 
       <h1>Ristorante con Fusion</h1> 
       <p style="padding:40px;"></p> 
       <p>We take inspiration from the World's best cuisines!</p> 
      </div> 
      <div class="col-xs-12 col-sm-2"> 
       <p style="padding:20px;"></p> 
       <img src="img/logo.png" class="img-responsive"> 
      </div> 
      <div class="col-xs-12 col-sm-2"> 
       <br><br><br><br><br> 
       <button type="button" class="btn btn-warning btn-lg btn-block" onclick="window.location.href='#reservation'">Reserve table</button> 
      </div> 
     </div> 
    </div> 
</header> 

回答

1
<header class="jumbotron" style="margin-bottom:0px"> 
<!-- Main component for a primary marketing message or call to action --> 
<div class="container"> 
    <div class="row row-content"> 
     <div class="col-xs-12 col-sm-8"> 
      <h1>Ristorante con Fusion</h1> 
      <p style="padding:40px;"></p> 
      <p>We take inspiration from the World's best cuisines!</p> 
     </div> 
     <div class="col-xs-12 col-sm-2"> 
      <p style="padding:20px;"></p> 
      <img src="img/logo.png" class="img-responsive"> 
     </div> 
     <div class="col-xs-12 col-sm-2"> 
      <br><br><br><br><br> 
      <button type="button" class="btn btn-warning btn-lg btn-block" onclick="window.location.href='#reservation'">Reserve table</button> 
     </div> 
    </div> 
</div> 

0

找到了!你可以放鬆大家...

<div class="row row-content"> 

應該已經

<div class="row row-header">