国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

directory search
Getting started Accessibility(無(wú)障礙) Browsers and devices(瀏覽器和設(shè)備) Build tools(構(gòu)建工具) Contents(內(nèi)容) Download(下載) JavaScript Theming Bootstrap(主題Bootstrap) Webpack Components: Alerts Alerts(警報(bào)) Components: Badges Badges(徽章) Components: Breadcrumb Breadcrumb Components: Button group Button group(按鈕組) Components: Buttons Buttons(按鈕) Components: Cards Components: Carousel Cards(卡) Carousel(圓盤(pán)傳送帶) Components: Collapse Collapse(折疊) Components: Dropdowns Dropdowns(下拉菜單) Components: Forms Forms(表單) Components: Input group Input group(輸入群組) Components: Input group Jumbotron(廣告大屏幕) Components: List group List group(列表組) Components: Modal Modal(互動(dòng)視窗) Components: Navbar Navbar(導(dǎo)航欄) Components: Navs Navs(導(dǎo)航欄) Components: Pagination Pagination(分頁(yè)) Components: Popovers Popovers(彈出框) Components: Progress Progress(進(jìn)度條) Components: Scrollspy Scrollspy(滾動(dòng)監(jiān)聽(tīng)) Components: Tooltips Tooltips(提示工具) Content Code(代碼) Figures(圖片區(qū)) Images(圖片) Reboot(重置) Tables(表格) Typography(排版) Layout Grid(網(wǎng)格) Layout(布局) Media object(多媒體對(duì)象) Utilities for layout(排版通用類(lèi)別) Migration Migrating to v4(遷移到v4) Utilities Borders(邊框) Clearfix(清除浮動(dòng)) Close icon(關(guān)閉圖標(biāo)) Colors(顏色) Display property(顯示屬性) Embeds(內(nèi)嵌) Flex(彈性) Float(浮動(dòng)) Image replacement(圖像替換) Position(位置) Screenreaders(熒幕閱讀器) Sizing(尺寸) Spacing(間隔) Text(文本) Vertical alignment(垂直對(duì)齊) Visibility(能見(jiàn)度)
characters

展示主角(hero)單位風(fēng)格內(nèi)容的輕量級(jí)靈活組件。

一個(gè)輕量級(jí),靈活的組件,可以選擇擴(kuò)展整個(gè)視口,以展示您網(wǎng)站上的關(guān)鍵營(yíng)銷(xiāo)信息。

<div class="jumbotron">  <h1 class="display-3">Hello, world!</h1>  <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>  <hr class="my-4">  <p>It uses utility classes for typography and spacing to space content out within the larger container.</p>  <p class="lead">    <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>  </p></div>

為了使 jumbotron 完整寬度,并且沒(méi)有圓角,添加.jumbotron-fluid修飾符類(lèi)并添加一個(gè).container.container-fluid之內(nèi)。

<div class="jumbotron jumbotron-fluid">  <div class="container">    <h1 class="display-3">Fluid jumbotron</h1>    <p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>  </div></div>
Previous article: Next article: