CSS語言筆記<二>

來源:互聯網
上載者:User

標籤:

CSS屬性尺寸屬性

任何html元素都具有寬和高,在CSS中用px來表示大小,也可以用百分比符號“%”。

px:像素

width:寬

height:高

border:邊框

padding:內邊距

margin:外邊距

backgroun:背景

字型屬性

font-family:設定字型

font-weight:粗細,值:bold(加粗)

font-style:斜體,值:italic(斜體)

font-size:文字大小

font:簡寫的形式

文字屬性

color:顏色,值:可以是單詞、10進位、16進位

text-align:文本水平對齊,值:left(左)、center(中)、right(右)

text-decoration:文本修飾線,值:none(無)、underline(底線)、overline(上劃線)、line-through(穿過文本的一條線)

text-indent:首行縮排,像素來表示,如:text-indent:24px; 縮排24像素。

letter-spacing:字的間距,同上,像素表示。

line-height:行高,同上,可以用百分比或者像素來表示。

 

 

 

 

 

待續....

 

CSS語言筆記<二>

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.