css 常用屬性

2021-09-19 15:16:50 字數 762 閱讀 7428

/*浮動*/

.float-left

.float-right

/*清浮動*/

.clearfix:after

.clearfix

/*對齊*/

.text-center

.text-left

.text-right

/*定位*/

.relative

.absolute

.fixed

/*滑鼠指標變成手形*/

.poniter

/*彈性布局 center居中對齊 space-between兩端對齊 space-around沿軸線均勻分布

flex-start左對齊 flex-end右對齊*/

.elasticity

.elasticity .item

/*垂直居中 (需要父級 position: relative;)*/

.plumb-center

/*文字超出顯示省略號*/

.ellipsis

.ellipsis2

.ellipsis3

/*設定滾動條樣式*/

::-webkit-scrollbar

::-webkit-scrollbar-thumb

屬性 未定義class

letter-spacing //文字間距
記錄 display:"grid"(網格)布局  

css 常用屬性

字型屬性 font 大小font size x large 特大 xx all 極小 一般中文用不到,只要用數值就可以,單位 px pd 樣式font style oblique 偏斜體 italic 斜體 normal 正常 行高line height normal 正常 單位 px pd em粗...

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...