2012年5月17日 星期四

常用顏色


http://www.csie.nctu.edu.tw/~jglee/teacher/color.htm

背景:
background-color : #ffffff             //背景色彩
background-image :  url(bg.jpg)        //背景圖片
background-repeat : repeat-x           //水平並排
background-repeat : repeat-y           //垂直並排
background-attachment : fixed          //固定背景
background-repeat : no-repeat          //單張固定
background-repeat : repeat             //重複排列
background-position : 50% 50%          //背景圖與X、Y軸距離


原色大辭典 http://www.colordic.org/

font運用:
h4 { color: red; }
h5 { color: #9000A1; } 
h6 { color: rgb(0, 220, 98); }

h4 { font-family: sans-serif; }
h5 { font-family: serif; }
h6 { font-family: arial; }

p { font-size: 120%; } 
ol{ font-size: 10px; } 
ul{ font-size: x-large; }

p { font-style: italic; }
h4{ font-style: oblique; }

p { font-weight: 100; } 
ul{ font-weight: bolder; }

沒有留言: