学习第三天

作者: 老于头子 | 来源:发表于2017-08-03 22:46 被阅读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>

相关文章

网友评论

    本文标题:学习第三天

    本文链接:https://www.haomeiwen.com/subject/ugemlxtx.html