css常用屬性

2021-09-18 00:04:45 字數 1007 閱讀 7453

文字兩端對齊:

text-align:justify;

text-justify:inter-ideograph;

清除浮動:

.clear

清除浮動偽類:

.clearfix:after

設定不讓單詞斷開:

word-break : keep-all

字元自動換行:

word-break:keep-all;word-break:break-all;word-wrap:break-word

使用 line-height 垂直居中:

line-height:24px;

/*使用固定寬度的容器並且需要一行垂直居中時,使用 line-height 即可(高度與父層容器一致),更多的垂直居中總結可以看這裡。*/

清除容器浮動:

#main

a始終讓 firefox 顯示滾動條:

html

使塊元素水平居中:

body, html 或者margin:0 auto;

隱藏 exploer textarea 的滾動條:

textarea

設定列印分頁:

h2 /*設定列印網頁時的分頁*/

刪除鏈結上的虛線框:

a,area

:focus

最簡單的 css 重置:

* /*此屬性慎用,雖然能消除預設屬性,但是對瀏覽器渲染有影響,而且在語義化表達上也欠佳。*/

回車後打文字需要屬性:

img透明屬性:

filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;

cursor:hand;

滑鼠換成手的形狀:

cursor:hand;

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