常見CSS屬性

來源:互聯網
上載者:User

標籤:html

字型屬性:(font)

  大小 font-size: x-large;(特大) xx-small;(極小) 一般中文用不到,只要用數值就可以,單位:PX、PD

  樣式 font-style: oblique;(偏斜體) italic;(斜體) normal;(正常)

  行高 line-height: normal;(正常) 單位:PX、PD、EM

  粗細 font-weight: bold;(粗體) lighter;(細體) normal;(正常)

  變體 font-variant: small-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) (裁切)

https://leohxj.gitbooks.io/front-end-database/content/html-and-css-basic/common-use-css-property.html



本文出自 “IT技術學習與交流” 部落格,謝絕轉載!

常見CSS屬性

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.