06CSS背景和列表

2022-07-18 09:45:16 字數 386 閱讀 5457

目錄背景顏色:設定元素的背景顏色

background-color:顏色/transparent

背景縮寫

background:background-color、background-image、background-repeat、background-attachment、background-position

列表項標記:設定列表項的標記樣式

型別:list-style-type:關鍵字/none

列表項位置:設定列表項標記的位置

list-style-type:關鍵字/none

列表樣式縮寫

list-style:list-style-type、list-style-position、list-style-image

CSS背景和列表

background color 設定元素的背景顏色 background image 把影象設定成背景 background position 設定背景影象的起始位置 background attachment 背景影象是否固定或者隨著頁面的其餘部分滾動 background repeat 設定背...

Web前端筆記06 CSS盒子模型02

1.案列知識 1.內邊距屬性 為了調整內容在盒子中的顯示位置,常常需要給元素設定內邊距,所謂內邊距指的是元素內容與邊框之間的距離,也常常稱為內填充。並且,在css中padding屬性用於設定內邊距,同邊框屬性border一樣,padding也是復合屬性 注 如果乙個段落的父元素是 div 那麼他的內...

07 CSS背景和列表

vertical align 垂直對齊 baseline 預設。元素放置在父元素的基線上。super 垂直對齊文字的上標 sub 垂直對齊文字的下標。text top 把元素的頂端與父元素字型的頂端對齊 text bottom 把元素的底端與父元素字型的底端對齊。top 把元素的頂端與行中最高元素的...