首页 > Web开发 > 详细

css-背景属性

时间:2016-09-02 09:59:25      阅读:214      评论:0      收藏:0      [点我收藏+]
<!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>

 

css-背景属性

原文:http://www.cnblogs.com/almost-mujin/p/5832234.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!