初學CSS 2 文字的屬性

2022-08-03 19:42:13 字數 425 閱讀 5180

文字裝飾屬性:

格式:text-decoration:underline;

取值:underline(下劃線) line-through(刪除線) overline(上劃線)

none(什麼都沒有)

none最常見的用途是用於去掉超連結的下劃線。

快捷鍵:tdu / tdl / tdo / tdn + tab鍵

文字水平對齊屬性:

格式:text-align:right;

取值:left(左) right(右) center(中)

快捷鍵:ta / tar / tac + tab鍵

文字縮排屬性:

格式:text-indent:2em;

取值:2em,em是單位,乙個em代表縮排乙個文字的寬度。

快捷鍵:ti2e:text-indent:2em;

CSS(2) 文字樣式 盒模型

1.1 color 文字顏色 屬性值 三種色值表示法都可以使用 1 color b30000 十六進製制表示法 2 color rgb 255,0,0 rgb 3 color red 單詞表示法1.2 font style 設定文字是否傾斜 預設值 normal 正常 傾斜 oblique 普通傾斜...

CSS2背景屬性

background 用於設定background color,background image,background repeat,background attachemnt,background position屬性 background color 背景顏色 屬性 取值 red ff0000 ...

前端 CSS2常用屬性

font weight font size font family line height font variant font direction 設定文字方向。vertical align 設定元素的垂直對齊 text align 對齊元素中的文字 text decoration 向文字新增修飾 ...