Markdown

CSS學習筆記(更新中)

CSS學習筆記(更新中)

CSS-網頁的裝潢

01-基本選擇器 (Selectors)

Id select

  • 每個網頁 **id** 屬性值都是唯一的 可用來明確套用樣式。 id 須加上 # 前綴。

Class select

  • 每個網頁 class 屬性值可重複多次 當網頁有許多元素須共用相同樣式使用。 可用空格區隔指定多值。 class 須加上 . 前綴。

Grouping selector

  • 可一次選取多個

Desecendant selector

  • 可分層級指定

Attribute selector

補充:(特定度)

comments powered by Disqus