〔920726語法更改記錄〕

★修改行事曆的邊界:

.calendar {
font-size: x-small;
font-weight: normal;
line-height: 140%;
padding: 2px;
text-align: center;
margin-top:210px; (從180px改為210px)

}

★增加網頁素材連結圖片:

<註>最後只修改了回文的背景

網誌改變背景的語法:

body{
background-image : url(背景的網址); /*就是貼背景囉*/
background-attachment: fixed; /*固定背景,不隨視窗滾軸而移動,就是frontpage裡俗稱的浮水印*/
}

回文的地方加背景的語法:

色碼 7CB7BD C1D4A6

 input, textarea{
 color : C1D4A6 ; /*文字顏色*/
 font-size : 10pt ; /*文字大小*/
background-image : url('http://a.pic.wretch.cc/./photos/a/angelmini/3/1090843640.jpg'); /*就是貼背景囉*/
background-attachment: fixed; /*固定背景,不隨視窗滾軸而移動,就是frontpage裡俗稱的浮水印*/
 border : 1px double 85A1C7;/*邊框顏色*/
 }

background-image : url('http://a.pic.wretch.cc/./photos/a/angelmini/3/1090845389.jpg');
background-image : url('http://a.pic.wretch.cc/./photos/a/angelmini/3/1090845388.jpg');
background-image : url('http://a.pic.wretch.cc/./photos/a/angelmini/3/1090846852.jpg');


資料參考自Tjun無名綱誌語法教學
arrow
arrow
    全站熱搜

    angelmini 發表在 痞客邦 留言(0) 人氣()