0
我感覺不舒服。突然之間,我的大炮的底部出現了一條不想要的白色水平線。它發生後...Jumbotron的水平線
- 插入導航欄形式
- 在身體
- 的底部添加的形式插入對象,然後
- 在超大屏幕插入按鈕
我已經評論了我所做的所有更改,但無濟於事。
<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>