html背景图片怎么设置在图片上面(HTML边距和背景图片的设置)

首页常识更新时间:2023-07-28 04:55:04

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>css属性</title> <style> <!-- p{ --> <!-- color: #FF0000; --> <!-- font-size: 30px; --> <!-- text-align: center; --> <!-- line-height: 200px; --> <!-- /* --> <!-- border 边框 --> <!-- */ --> <!-- border: 1px solid red; --> <!-- } --> div{ border: 1px solid red; /* 尺寸 */ height: 1482px; width: 1000px; /* 背景 */ background: url("image/1.jpg") no-repeat center; } p{ color:red; font-size:13px; font-family:'楷体'; } </style> </head> <body> <!-- <p>你好</P> --> <div><p>你是我得不到的女孩</p> </div> </body> </html>

,
展开阅读全文
推荐内容
热门内容
热门文章

© 2007-2022 http://www.anhuiqq.cn,All Rights Reserved.