<style> body{ /*? ? ?第一種實現方式 background-color:#C0C0C0; /* 設置背景顏色為黑色 */ background-image:url('PHPCHINA.png'); ? /* 設置背景圖片 */ background-repeat:no-repeat; ? ? ? ? ? ?/* 設置背景重復 no-repeat值背景圖片只顯示一次不重復 */ background-attachment:fixed; ? ? ? ? ? ?/* 設置背景附件 fixed值固定背景圖片 滾動頁面圖片不動*/ background-position:center; ? ? ? ? ? ? /* 設置背景位置 center使圖片位置固定在中間 ?*/ */ background:#C0C0C0 url('PHPCHINA.png') no-repeat fixed center; ?/* 第二種實現方式 */ } p{ font-size:4em; } </style> </head>
- 3 回答
- 0 關注
- 2540 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消