html背景图片居中显示
<!DOCTYPEhtml>
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/>
<title>无标题文档</title>
<!--背景图片居中的css样式-->
<StyleTYPE="text/css">
body{background-image:URL(bgimg2.jpg);
background-position:center;
background-repeat:no-repeat;
background-attachment:fixed;}
</style>
</head>
<!--attachment背景图是否随着内容滚动,fixed固定;background-repeat图片是否重复,no-repeat不重复-->
<body>
</body>
</html>
背景图片居中显示
相关推荐
冰蝶 2020-01-10
Ladyseven 2020-10-22
luofuIT成长记录 2020-09-22
Mynamezhuang 2020-09-18
李鴻耀 2020-08-17
yaodilu 2020-08-03
zhoujiyu 2020-06-28
89510194 2020-06-27
CaiKanXP 2020-06-13
MaureenChen 2020-06-12
Phoebe的学习天地 2020-06-07
淡风wisdon大大 2020-06-06
buttonChan 2020-06-06
xtuhcy 2020-05-20
AlisaClass 2020-05-18
赵家小少爷 2020-05-16