CSS屬性 文字屬性 or 列表屬性

2022-10-09 21:39:16 字數 1856 閱讀 5521

font-weight:bolder (更粗的) / bold (加粗) / normal (常規) /lighter(細的)

font-weight: 100-900; 100-500 不加粗 600-900 加粗

常用:100 細體 400 正常 700 加粗 900 更粗

font-style: italic(傾斜字)/ oblique (傾斜的文字)/ normal (常規顯示)

text-align:left; 水平靠左

text-align:right; 水平靠右

text-align: center; 水平居中

text-align: justify; 水平2端對齊,但只對多行起作用;

line-height的資料=height的資料,可以實現單行文字垂直居中

text-indent可以取負值

text-indent屬性只對第一行起作用

.p
控制文字和文字之間的間距

控制英文單詞,詞與此之間的間距

text-decoration: none沒有/underline 下劃線/overline 上劃線/ line-through刪除線

​ font是font-style font-weight font-size/ line-height font-family的簡寫。

​ font:italic 800 30px/80px "宋體";順序不能改變,必須同時指定font-size和font-family屬性時才起作用。

html>

pstyle>

head>

numquam dignissimos exercitationem iure laborum inventore

rerum sit expedita natus a ipsam, possimus deleniti cum unde

officia maiores debitis cumque. rem, iure.

p>

body>

html>

css

text-transform 大小寫 

capitalize 單詞首字母大寫

lowercase 所有單詞字母小寫

uppercase 所有單詞字母大寫

none 沒有

p

list-style-type:disc(實心圓)/circle(空心圓)/square(實心方塊)/none(去掉符號)

css

list-style-image:url();

css

list-style-position:outside; 列表的外面 預設值

list-style-position:inside; 列表的裡面

css

list-style:none;	去除列表符號

復合屬性 列表屬性 文字屬性

background 復合屬性 url 位址 本地位址,網路位址 repeat 預設值 水平和垂直都鋪滿 repeat x 只鋪滿水平方向 左右 repeat y 只鋪滿垂直方向 上下 no repeat 不平鋪 放不滿,留出空白 background size 100 100 背景縮放 boxba...

CSS核心屬性 文字屬性

1.文字類屬性 css語法 css語法由兩部分組成 選擇符 宣告 語法 選擇符 font family 字型型別 語法 說明 瀏覽器首先會尋找字型1.如果存在就是用改字型來顯示內容,如在字型1不存在的情況下,則會尋找字型2,如字型2也不存在,按字型3顯示內容,如字型3也不存在,則會按系統預設字型顯示...

css文字屬性 文字轉換(CSS屬性)

css文字屬性 text transform 文字轉換 繼承 this property controls if and how an element s text content is capitalized.此屬性控制是否以及如何大寫元素的文字內容。these style rules makeh...