css 常用屬性

2021-04-12 20:23:47 字數 3620 閱讀 8752

字型屬性

(font)

大小font-size: x-large;(

特大) xx-**all;(

極小)

一般中文用不到,只要用數值就可以,單位:px、

pd 樣式font-style: oblique;(

偏斜體) italic;(

斜體) normal;(正常)

行高line-height: normal;(

正常)

單位:px、pd

、em粗細font-weight: bold;(

粗體) lighter;(

細體) normal;(正常)

變體font-variant: **all-caps;(

小型大寫字母

) normal;(正常)

大小寫text-transform: capitalize;(

首字母大寫

) uppercase;(

大寫) lowercase;(

小寫) none;(無)

修飾text-decoration: underline;(

下劃線) overline;(

上劃線) line-through;(

刪除線) blink;(閃爍)

常用字型:(font-family)

"courier new", courier, monospace, "times new roman", times, serif, arial, helvetica, sans-serif, verdana

背景屬性:(background)

色彩background-color: #ffffff;

background-image: url();

重複background-repeat: no-repeat;

滾動background-attachment: fixed;(

固定) scroll;(滾動)

位置background-position: left(

水平) top(

垂直);

簡寫方法background:#000 url(..) repeat fixed left top;

區塊屬性:(block)

字間距letter-spacing: normal; 數值

對劉text-align: justify;(

兩端對齊

) left;(

左對齊) right;(

右對齊) center;(居中)

縮排text-indent:

數值px;

垂直對齊vertical-align: baseline;(

基線) sub;(

下標) super;(

下標) top; text-top; middle; bottom; text-bottom;

詞間距word-spacing: normal; 數值

空格white-space: pre;(

保留) nowrap;(

不換行)

顯示display:block;(

塊) inline;(

內嵌) list-item;(

列表項) run-in;(

追加部分

) compact;(

緊湊) marker;(

標記) table; inline-table; table-raw-group; table-header-group; table-footer-group; table-raw; table-column-group; table-column; table-cell; table-caption;(

**標題)

方框屬性:(box)

width:; height:; float:; clear:both; margin:; padding:;  

順序:上右下左

邊框屬性:(border)

border-style: dotted;(

點線) dashed;(

虛線) solid;(

實線) double;(

雙線) groove;(

槽線) ridge;(

脊狀) inset;(

凹陷) outset;

border-width:;

邊框寬度

border-color:#;

簡寫方法border

:width style color;

列表屬性:(list-style)

型別list-style-type:     disc;(

圓點) circle;(

圓圈) square;(

方塊) decimal;(

數字) lower-roman;(

小羅碼數字

) upper-roman; lower-alpha; upper-alpha;

位置list-style-position: outside;(

外) inside;

影象list-style-image: url(..);

定位屬性:(position)

position:

absolute; relative;

static;

visibility: inherit; visible; hidden;

overflow: visible; hidden; scroll; auto;

clip: rect(12px,auto,12px,auto) (裁切)

CSS常用屬性

css常用屬性 1.color,background color 表示顏色的關鍵字,16進製制數 中提供的color scheme工具 2.font family 該屬性的值可以是一組字型,按喜歡程度排序的字型列表。一些中文字型的列表 windows的一些 新細明體 pmingliu 細明體 min...

css常用屬性

文字屬性 font size font family 字型型別 文字屬性 color text decoration 下劃線 none underline text align 對齊方式 left center right 背景屬性 background color background image...

css常用屬性

網頁布局常用的樣式屬性 color 999999 文字顏色 font family 宋體,sans serif 文字字型 font size 9pt 文字大小 font style itelic 文字斜體 font variant small caps 小字型 letter spacing 1pt ...