码迷,mamicode.com
首页 > Web开发 > 详细

css-背景属性

时间:2016-09-02 10:01:23      阅读:226      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!