課程
/前端開(kāi)發(fā)
/Bootstrap
/玩轉(zhuǎn)Bootstrap(基礎(chǔ))
按鈕大小
2014-09-09
源自:玩轉(zhuǎn)Bootstrap(基礎(chǔ)) 3-20
正在回答
<!doctype html>
<html>
<head>
? ? <meta charset="UTF-8">
<title>按鈕大小</title>
<link rel="stylesheet" >
</head>
<body>
? ? <button class="btn btn-primary btn-lg" type="button">大型按鈕.btn-lg</button>?
? ? <button class="btn btn-primary" type="button">正常按鈕</button>
? ? <button class="btn btn-primary btn-sm" type="button">小型按鈕.btn-sm</button>
? ? <button class="btn btn-primary btn-xs" type="button">超小型按鈕.btn-xs</button>?
</body>
</html>
舉報(bào)
告訴你使用Bootstrap,并且能夠獨(dú)立定制出適合自己的Bootstrap
3 回答這樣 6+6把一行分了 這個(gè)icon圖標(biāo)怎么顯示
1 回答下拉菜單不顯示
6 回答col-md-push-*和col-md-offset的區(qū)別?
1 回答事件設(shè)置是怎么用的啊?
1 回答大小于號(hào)替換問(wèn)題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢(xún)優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-07-03
<!doctype html>
<html>
<head>
? ? <meta charset="UTF-8">
<title>按鈕大小</title>
<link rel="stylesheet" >
</head>
<body>
? ? <button class="btn btn-primary btn-lg" type="button">大型按鈕.btn-lg</button>?
? ? <button class="btn btn-primary" type="button">正常按鈕</button>
? ? <button class="btn btn-primary btn-sm" type="button">小型按鈕.btn-sm</button>
? ? <button class="btn btn-primary btn-xs" type="button">超小型按鈕.btn-xs</button>?
</body>
</html>