样式背景与前景
Posted 时过境迁E
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了样式背景与前景相关的知识,希望对你有一定的参考价值。
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style type="text/css"> #ceshi{ width:300px; height:300px; background-color:#0F3; background-image:url(%E7%99%BE%E5%BA%A6.png); background-repeat:no-repeat; background-position:center; background-size:200px 200px; font-family:"微软雅黑"; font-size:14px; font-style:italic; font-weight:bold; text-decoration:underline; text-align:center; line-height:28px; vertical-align:middle; } </style> </head> <body> <div id="ceshi" style="width:3oopx; height:300px">文字</div> <p style="text-indent:30px">666666666666666666666666666666666666</p> </body>
以上是关于样式背景与前景的主要内容,如果未能解决你的问题,请参考以下文章