标签:
<!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>
标签:
原文地址:http://www.cnblogs.com/almost-mujin/p/5832234.html