Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/79.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 大型矿车中的水平线_Html_Twitter Bootstrap - Fatal编程技术网

Html 大型矿车中的水平线

Html 大型矿车中的水平线,html,twitter-bootstrap,Html,Twitter Bootstrap,我觉得不舒服。突然,一条不需要的白色水平线出现在我的巨型机器底部。事情发生在 插入导航栏窗体 在主体底部添加表单 然后插入一个对象 在jumbotron中插入按钮 我已经注释掉了我所做的所有更改,但没有任何效果 <header class="jumbotron"> <!-- Main component for a primary marketing message or call to action --> <div class="containe

我觉得不舒服。突然,一条不需要的白色水平线出现在我的巨型机器底部。事情发生在

  • 插入导航栏窗体
  • 在主体底部添加表单
  • 然后插入一个对象
  • 在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>
    
    
    Ristorante con Fusion
    

    我们的灵感来自世界上最好的美食






    储备表
    
    Ristorante con Fusion
    

    我们的灵感来自世界上最好的美食






    储备表

    找到了!你可以让每个人放松

    <div class="row row-content">
    
    
    
    应该是

    <div class="row row-header">
    
    
    
    <div class="row row-header">