DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> WEB前端代碼 >> web開發 - 從零開始 - 01 - 常見樣式
web開發 - 從零開始 - 01 - 常見樣式
編輯:WEB前端代碼     

1.width  &  height

2.background :

  a.background-color

  b.background-image:url()

  c.background-repeat : no-repeat , repeat-x , repeat-y ;

  d.background-position : 規范順序 x  y ;除了坐標取值外,x可取值:left/center/right;y可取值:top/center/botton;

  e.background-attachment:fixed;

3.border : 

  a. border-width : border-top/right/bottom/left-width;

  b. border-style (solid,dashed,dotted) : border-top/right/bottom/left-style ;

  c. border-color : border-top/right/bottom/left-color;

  

4.font : 

  a.font-size;

  b.font-weight;

  c.font-style;

  d.line-height;

  e.font-family

  f.color;

  g.text-indent : 首行縮進,1em = 1字符;

  h.text-align : left/center/right;

  i.text-decoration : 文本修飾,underline下劃線 / line-through 刪除 / overline 上劃線 / none

  j.letter-spacing : 字母間距,字間距

  k.word-spacing

5.padding 內邊距

6.margin  外邊距

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved