css基礎入門文字 背景和邊框屬性

2021-10-09 20:04:08 字數 516 閱讀 9253

1、font-size:10px; 文字大小

2、color 文字顏色

3、font-family:『微軟雅黑』 ; 文字字型

4、line-height 行高

1、background-color 背景顏色

2、background-repeat :no repeat/ repeat-x/repeat-y; 背景平鋪

3、background-position: ; 背景位置( 水平: left / center / right

豎直:top / center / bottom)

邊框相關的屬性

1、width 寬度 height 高度(高不可以繼承)

2、border:1px solid/dashed #000; 邊框 實線solid/虛線dashed

3、padding 內邊距 例如:padding;10px 20px 30px:(上10px 左右為20px 下為30px)

4、margin 外邊距

CSS邊框和背景

1 邊框線條樣式 none 沒有邊框 dashed 破折線邊框 dotted 圓點線邊框 double 雙線邊框 groove 槽線邊框 inset 使元素內容具有內嵌效果的邊框 outset 使元素內容具有外凸效果的邊框 ridge 脊線邊框 solid 實線邊框 2 圓角邊框樣式 border ...

CSS 文字和背景

文字樣式 屬性名 屬性值說明 color 顏色 red ff00ff rgb 0,255,255 rgba 0,0,255,0.5 預設值,英文顏色 十六進製制顏色值 色彩函式 紅,綠,藍 色彩函式 紅,綠,藍,透明度 text align 水平對齊 left right center justif...

CSS3 邊框和背景

下述內容主要講述了 html5權威指南 第19章關於 使用邊框和背景 css3中邊框和樣式得到了增強。例如 可以建立圓角邊框,使用影象邊框,為元素建立陰影。表 基本邊框屬性屬性 說明值border width 設定邊框的寬度 長度值 百分數 thin medium thick border styl...