HTML 與 CSS
Introduction
工具:Sublime Text
HTML
HTML 基本架構
常見 Tags
CSS
CSS 基本構成
CSS 套用方法
Selector 選取器
Priority 權重
統一瀏覽器預設值
Display:行內與區塊
Box Model
Float 與 Clear
Positon
文字
背景
Link 的狀態:Pseudo Class
CSS3
Layout
Layout 佈局思考
選單
Album
:first-child,:last-child 以及 :nth-child
Table 與 EDM 排版
RWD
Viewport
Media Query
Breakpoints
Responsive Images
Grid
Bootstrap
Powered by
GitBook
:first-child,:last-child 以及 :nth-child
:first-child,:last-child 以及 :nth-child
Pseudo Class。
分別可以篩選出屬於父層 element 中的第一個、最後一個、第 n 個子 element。
:nth-child
,例如
:nth-child(3n+1)
,代表排行順序除以三取餘數等於 1 的 element,也就是 1,4,7,...。
:nth-child(even)
偶數;
:nth-child(odd)
奇數。
f17_child.html
results matching "
"
No results matching "
"