学习第三天
2017-08-03 本文已影响0人
老于头子
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>