99re热这里只有精品视频,7777色鬼xxxx欧美色妇,国产成人精品一区二三区在线观看,内射爽无广熟女亚洲,精品人妻av一区二区三区

Bootstrap 超大屏幕(Jumbotron)

2018-03-03 16:36 更新

Bootstrap的超大屏幕(jumbotron)組件顯示網(wǎng)頁(yè)上的關(guān)鍵內(nèi)容。

只需在一個(gè)<div>元素中包含特征內(nèi)容,如標(biāo)題,描述等,并應(yīng)用.jumbotron類。

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<style type="text/css">
    .jumbotron{
      margin-top: 15px;
    }
</style>
</head>
<body>
<div class="container">
  <div class="row">
      <div class="col-xs-12">
          <div class="jumbotron">
                <h1>Learn to Create Websites</h1>
              <p>This is a test. This is a test. This is a test. This is a test. 
              This is a test. This is a test. This is a test. This is a test. 
              This is a test. This is a test. This is a test. This is a test. </p>
              <p><a href="" target="_blank" class="btn btn-primary btn-lg">Get started today</a></p>
            </div>
        </div>
    </div>
</div>
</body>
</html>

全屏尺寸

要?jiǎng)?chuàng)建沒有圓角的超大屏幕(jumbotron)并覆蓋視頻口的全部寬度,將其放置在所有容器外,并在其中添加.container。

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="jumbotron">
    <div class="container">
        <h1>Learn to Create Websites</h1>
        <p>This is a test. This is a test. This is a test. This is a test. This is a test. 
        This is a test. This is a test. This is a test. This is a test. </p>
        <p><a href="" target="_blank" class="btn btn-primary btn-lg">Get started today</a></p>
    </div>
</div>
</body>
</html>

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)