Bootstrap 速查表
可搜尋、可列印的 Bootstrap 5.3 參考手冊——格線、間距、排版、色彩、彈性版面工具、按鈕、表單以及元件。免費。
Grid & layout
12<div class="container">
Fixed-width responsive container
<div class="container-fluid">
Full-width container at every breakpoint
<div class="container-md">
100% wide until the md breakpoint
<div class="row">
Grid row, holds columns
<div class="col">
Equal-width auto column
<div class="col-6">
Spans 6 of 12 columns
<div class="col-md-4">
4 columns from the md breakpoint up
<div class="col-auto">
Column sized to its content
<div class="offset-md-2">
Push column 2 columns to the right
<div class="row g-3">
Gutter spacing between columns
<div class="row row-cols-3">
Force 3 equal columns per row
<div class="order-2">
Reorder a flex/grid column
Spacing utilities
12m-3
Margin on all sides (scale 0-5)
mt-2
Margin top
mx-auto
Auto horizontal margins to center
p-4
Padding on all sides
py-2
Vertical padding (top and bottom)
ms-3
Margin start (left in LTR, RTL-aware)
me-3
Margin end (right in LTR, RTL-aware)
ps-2
Padding start, RTL-aware
pe-2
Padding end, RTL-aware
gap-3
Gap between flex/grid items
m-n1
Negative margin
p-md-5
Responsive padding from md up
Typography
14<h1>..<h6>
Heading levels with default styling
<p class="display-1">
Large display heading (display-1..6)
<p class="lead">
Stand-out lead paragraph
fw-bold
Bold font weight
fw-semibold
Semibold font weight
fst-italic
Italic font style
text-center
Center-align text
text-start
Start-align text, RTL-aware
text-end
End-align text, RTL-aware
text-truncate
Truncate overflow with ellipsis
text-uppercase
Transform text to uppercase
fs-1
Responsive font size (fs-1..6)
lh-base
Base line height (lh-1, lh-sm, lh-lg)
font-monospace
Monospace font family
Colors & background
10text-primary
Primary text color
bg-primary
Primary background color
bg-primary-subtle
Subtle primary background tint
text-primary-emphasis
Emphasis primary text, theme-aware
text-bg-primary
Primary bg with auto-contrast text
link-primary
Colored link helper
bg-opacity-50
Apply 50% background opacity
text-body-secondary
Muted secondary body text
text-body-emphasis
High-emphasis body text
border-primary-subtle
Subtle primary border color
Flex utilities
10d-flex
Create a flex container
flex-row
Lay items in a row
flex-column
Lay items in a column
justify-content-between
Space items along the main axis
align-items-center
Center items on the cross axis
flex-wrap
Allow items to wrap
flex-grow-1
Let an item grow to fill space
flex-fill
Force equal flexible widths
align-self-end
Align a single item to the end
flex-md-row
Responsive flex direction from md
Display & position
12d-none
Hide the element
d-md-block
Show as block from the md breakpoint
position-relative
Relative positioning
position-absolute
Absolute positioning
position-fixed
Fixed positioning
position-sticky
Sticky positioning
top-0 start-0
Pin to top-left, RTL-aware
translate-middle
Center via transform translate
fixed-top
Fix element to top of viewport
sticky-top
Stick to top on scroll
z-3
Set z-index (z-0..3)
invisible
Hide but keep layout space
Sizing & borders
12w-100
Width 100% of parent
w-50
Width 50% of parent
h-100
Height 100% of parent
mw-100
Max-width 100%
vh-100
Height 100% of the viewport
border
Add a default border on all sides
border-0
Remove all borders
border-primary
Color the border
rounded
Default border-radius
rounded-pill
Fully rounded pill shape
rounded-circle
Circular border-radius
shadow-sm
Small box shadow (shadow, shadow-lg)
Buttons
9<button class="btn btn-primary">
Solid primary button
<button class="btn btn-outline-primary">
Outline button variant
<button class="btn btn-lg">
Large button (also btn-sm)
<button class="btn btn-link">
Button styled like a link
<button class="btn-close">
Generic close (×) button
<button class="btn disabled">
Disabled button state
<button class="btn active">
Active button state
<div class="d-grid"><button class="btn">
Full-width block button via d-grid
<div class="btn-group">
Group buttons together
Forms
11<input class="form-control">
Styled text input
<label class="form-label">
Form field label
<select class="form-select">
Styled select dropdown
<div class="form-check">
Checkbox/radio wrapper
<input class="form-check-input">
Styled checkbox or radio input
<div class="form-check form-switch">
Toggle switch component
<input class="form-control-lg">
Large input (also form-control-sm)
<div class="input-group">
Group inputs with add-ons
is-invalid
Invalid validation state (is-valid)
<div class="form-floating">
Floating label input
col-form-label
Label aligned for horizontal forms
Components
14<div class="card">
Flexible content card
<nav class="navbar navbar-expand-lg">
Responsive navigation bar
data-bs-toggle="modal" data-bs-target="#m"
Trigger a modal dialog
data-bs-toggle="dropdown"
Toggle a dropdown menu
data-bs-toggle="collapse"
Toggle a collapsible element
<div class="accordion">
Stacked collapsible panels
<div class="alert alert-dismissible">
Dismissible alert message
<span class="badge text-bg-primary">
Small count or label badge
<ul class="list-group">
Styled list of items
<ul class="nav nav-tabs">
Tabbed navigation
<div class="toast">
Lightweight toast notification
<div class="offcanvas">
Off-canvas sidebar panel
<div class="spinner-border">
Loading spinner indicator
<nav><ul class="pagination">
Paginated navigation links
Helpers & misc
11data-bs-theme="dark"
Enable dark color mode on a scope
<div class="ratio ratio-16x9">
Responsive aspect-ratio box
visually-hidden
Hide visually, keep for screen readers
visually-hidden-focusable
Hidden until focused (skip links)
stretched-link
Make a parent fully clickable
clearfix
Clear floated children
<div class="vstack gap-2">
Vertical stack of elements
<div class="hstack gap-2">
Horizontal stack of elements
<a class="icon-link">
Link aligned with an inline icon
<div class="progress">
Progress bar container
<nav class="breadcrumb">
Breadcrumb navigation trail
沒有條目符合「:q」。
關於 Bootstrap 速查表
這份 Bootstrap 速查表鎖定 Bootstrap 5.3,收錄了你每天都會用到的類別名稱:網格與版面、間距工具、字體排印、色彩與背景、Flex 工具、顯示與定位、尺寸與邊框、按鈕、表單、元件以及輔助工具。
Bootstrap 的開發效率多半取決於「詞彙量」——知道某個類別存在,以及它對應斷點的寫法長什麼樣子。每一列都會列出一個類別或標記片段,搭配一行說明,所以「那個工具類別叫什麼來著?」的答案只要搜尋一下就有,不必再去翻文件。
這份速查表完全免費且在用戶端運作。用搜尋框即時篩選類別,透過置頂目錄在各區段間跳轉,一鍵複製任何片段,還可以列印出來,在建置版面時隨手參考。
如何使用 Bootstrap 速查表
- 瀏覽各個區段,從「網格與版面」「間距工具」到「元件」與「輔助工具與其他」。
- 搜尋像 gap、rounded 或 d-flex 這類工具名稱,即可立即篩選速查表。
- 透過置頂側邊欄跳轉到「Flex 工具」或「表單」等區段。
- 點擊類別或片段,或其複製圖示,即可複製到你的標記中。
- 列印這份速查表,放在編輯器旁邊當作類別名稱參考。
常見問題
Bootstrap 5.3。表中呈現的工具與元件類別皆對應現行 5.3 版的命名方式,包括現代 Bootstrap 專案中使用的間距、Flex 與色彩慣例。
共十一個區段:網格與版面、間距工具、字體排印、色彩與背景、Flex 工具、顯示與定位、尺寸與邊框、按鈕、表單、元件與輔助工具。
有的。間距區段會說明 margin 與 padding 類別的組成模式——屬性、方向、斷點與尺寸級距——這是 Bootstrap 中使用頻率最高的部分。
可以。點擊任何片段或其複製圖示,類別名稱就會進入剪貼簿,可直接貼到你的 HTML 中。
是的,完全免費——可在用戶端搜尋、可列印,無需登入。
熱門搜尋
bootstrap cheat sheet
bootstrap 5 classes list
bootstrap grid classes
bootstrap spacing utilities
bootstrap flex utilities
bootstrap button classes
bootstrap form classes
bootstrap 5 reference
需要協助?
使用此工具時遇到問題?請告訴我們的團隊。