<style> body{ /*? ? ?第一種實(shí)現(xiàn)方式 background-color:#C0C0C0; /* 設(shè)置背景顏色為黑色 */ background-image:url('PHPCHINA.png'); ? /* 設(shè)置背景圖片 */ background-repeat:no-repeat; ? ? ? ? ? ?/* 設(shè)置背景重復(fù) no-repeat值背景圖片只顯示一次不重復(fù) */ background-attachment:fixed; ? ? ? ? ? ?/* 設(shè)置背景附件 fixed值固定背景圖片 滾動(dòng)頁面圖片不動(dòng)*/ background-position:center; ? ? ? ? ? ? /* 設(shè)置背景位置 center使圖片位置固定在中間 ?*/ */ background:#C0C0C0 url('PHPCHINA.png') no-repeat fixed center; ?/* 第二種實(shí)現(xiàn)方式 */ } p{ font-size:4em; } </style> </head>
添加回答
舉報(bào)
0/150
提交
取消