css-背景属性
Posted ALMOST_MUJIN
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>
以上是关于css-背景属性的主要内容,如果未能解决你的问题,请参考以下文章