body{background:url(http//:图片位置) 参数}
主要参数:
repeat :背景图像在纵向和横向上平铺
no-repeat:背景图像不平铺
repeat-x :背景图像在横向上平铺
repeat-y :背景图像在纵向平铺
例:
background: url(图片) no-repeat fixed center;
HTML图片位置
最新推荐文章于 2024-11-08 20:59:36 发布
body{background:url(http//:图片位置) 参数}
主要参数:
repeat :背景图像在纵向和横向上平铺
no-repeat:背景图像不平铺
repeat-x :背景图像在横向上平铺
repeat-y :背景图像在纵向平铺
例:
background: url(图片) no-repeat fixed center;