SlideShare a Scribd company logo
BOOTSTRAP-BASICCSS
大綱
 排版
 表格
 按鈕

 圖片、圖示
font-size

排版

段落突出: lead

對齊:text-left、text-center、text-right
顏色強調:

muted、text-warning、text-error、text-info、text-success
font-size

排版

initialism : 搭配abbr使用,讓字體變小並轉為大寫

pull-right: float: right;
pull-left: float: left
unstyled: 移除無序列表的樣式、margin-left: 0:

Inline: 搭配ul、ol使用 讓列表display改為inline-block
讓padding-left , padding-right : 5px;
font-size

排版

dl-horizontal : 搭配dl dt dd 使用

pre-scrollable :搭配 pre使用 設定height: 350px 並出現scroll-bar
font-size
.table-striped

表格

table :

table-striped: 於tbody加入斑馬條紋

table-bordered: 為table增加圓角、邊框
font-size
.table-striped

表格

table-hover :

table-condensed: 減少每個td的padding,讓table緊密

Success、error、warning、info: 改變 table中 tr 的背景顏色
font-size

按鈕

btn、btn btn-primary、btn btn-info、btn btn-success

btn btn-danger、btn btn btn-inverse、btn btn btn-link

btn-large、btn-small、btn-mini

btn-block
disabled:沒有對button tag 加入真的disabled屬性
font-size

圖片、圖示

Img-rounded、img-circle、img-polaroid

圖示需要依附於<i></i>,搭配其他tag使用的樣子:
無序列表

a搭配btn

More Related Content

PDF
Setcheck Inc Profile
DOCX
5 star reviews
PPTX
Music magazine front cover
PPTX
くるみの行き方
DOC
RAJESH_CV
PDF
Reportaje: Apadrinar vacas para comer sano
PDF
Maria%20Coleman_Named%20TechnologyMVP
PDF
Con artistry in predictive science
Setcheck Inc Profile
5 star reviews
Music magazine front cover
くるみの行き方
RAJESH_CV
Reportaje: Apadrinar vacas para comer sano
Maria%20Coleman_Named%20TechnologyMVP
Con artistry in predictive science

More from LearningTech (20)

PPTX
PPTX
PostCss
PPTX
ReactJs
PPTX
Docker
PPTX
Semantic ui
PPTX
node.js errors
PPTX
Process control nodejs
PPTX
Expression tree
PPTX
SQL 效能調校
PPTX
flexbox report
PPTX
Vic weekly learning_20160504
PPTX
Reflection &amp; activator
PPTX
Peggy markdown
PPTX
Node child process
PPTX
20160415ken.lee
PPTX
Peggy elasticsearch應用
PPTX
Expression tree
PPTX
Vic weekly learning_20160325
PPTX
D3js learning tips
PPTX
git command
PostCss
ReactJs
Docker
Semantic ui
node.js errors
Process control nodejs
Expression tree
SQL 效能調校
flexbox report
Vic weekly learning_20160504
Reflection &amp; activator
Peggy markdown
Node child process
20160415ken.lee
Peggy elasticsearch應用
Expression tree
Vic weekly learning_20160325
D3js learning tips
git command
Ad

20131108 boot strap-basiccss By Randy