css-背景属性

<!DOCTYPE html>
<html>
  <head>
    <title>05-css背景属性.html</title>
    
    <meta name="keywords" content="keyword1,keyword2,keyword3">
    <meta name="description" content="this is my page">
    <meta name="content-type" content="text/html; charset=gbk">


 <style type="text/css">

div{
            background-image: url("E:/mycode/day01-html/CSS/海2.jpg");
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
        
}
    
     
 </style>
  </head>
  
  <body >
  <div>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  <p >  font属性显示 </p><br>
  </div>

  <br>
  </body>
</html>

 

posted @ 2016-09-02 09:46  ALMOST_MUJIN  阅读(103)  评论(0编辑  收藏  举报