Background背景相关
Background颜色,图片,图片位置
写法:
<!DOCTYPE html>
<head>
<title>标题</title>
<style>
div{
height:px;
width:px;
border:px solid #000;
background:颜色 url(图片的位置) 平铺 图片框里的位置;
}
</style>
</head>
<body>
<div></div>
</body>
Background颜色,图片,图片位置
写法:
<!DOCTYPE html>
<head>
<title>标题</title>
<style>
div{
height:px;
width:px;
border:px solid #000;
background:颜色 url(图片的位置) 平铺 图片框里的位置;
}
</style>
</head>
<body>
<div></div>
</body>
本文标题:学习第三天
本文链接:https://www.haomeiwen.com/subject/ugemlxtx.html
网友评论