溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

bootstrap2

發(fā)布時間:2020-07-19 02:03:31 來源:網(wǎng)絡(luò) 閱讀:474 作者:素顏豬 欄目:開發(fā)技術(shù)

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<title>bootstrap2</title>

<link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css">  

</head>

<body>

<div class="container">

<div class="jumbotron">

<h2>我的第一個 Bootstrap 頁面</h2>

<p>重置窗口大小,查看響應(yīng)式效果!</p>

</div>


<div class="row">

<div class="col-sm-4">

<h4>第一列</h4>

<p>學的不僅是技術(shù),更是夢想!</p>

<p>再牛逼的夢想,也抵不住你×××似的堅持!</p>

</div>


<div class="col-sm-4">

<h4>第一列</h4>

<p>學的不僅是技術(shù),更是夢想!</p>

<p>再牛逼的夢想,也抵不住你×××似的堅持!</p>

</div>


<div class="col-sm-4">

<h4>第一列</h4>

<p>學的不僅是技術(shù),更是夢想!</p>

<p>再牛逼的夢想,也抵不住你×××似的堅持!</p>

</div>

</div>

</div>

    <script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>

  <script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>

</body>

</html>

bootstrap2

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI