欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Bootstrap超大屏幕的實(shí)現(xiàn)代碼

 更新時(shí)間:2017年03月22日 09:01:04   作者:boonyaxnn  
這篇文章主要為大家詳細(xì)介紹了Bootstrap超大屏幕的實(shí)現(xiàn)代碼,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

本文實(shí)例為大家分享了Bootstrap超大屏幕展示的具體代碼,供大家參考,具體內(nèi)容如下

<!DOCTYPE html> 
<html> 
<head> 
 <title>Bootstrap-超大屏幕(Jumbotron)</title> 
 <meta charset="utf-8"> 
 <link rel="stylesheet" href="css/bootstrap.min.css" rel="external nofollow" > 
</head> 
 
<body> 
 <!--為了獲得占用全部寬度且不帶圓角的超大屏幕,請(qǐng)?jiān)谒械?.container class 外使用 .jumbotron class--> 
<div class="jumbotron"> 
 <div class="container"> 
  <h1>歡迎登陸頁面!</h1> 
  <p>這是一個(gè)超大屏幕的實(shí)例。</p> 
  <p><a class="btn btn-primary btn-lg" role="button">學(xué)習(xí)更多</a></p> 
 </div> 
</div> 
<script src="js/jquery.min.js"></script> 
<script src="js/bootstrap.min.js"></script> 
 </body> 
</html> 

效果圖:

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論