您现在的位置:首页 >> 前端 >> 内容

文字阴影

时间:2016/12/22 9:15:18 点击:

  核心提示:!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN https://www.w3.org/TR/xhtml1/DTD/xhtml1-...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>文字阴影</title>
<style type="text/css">
<!--
body{
 margin: 15px;
 font-family:黑体;
 font-size: 60px;
 font-weight: bold;
}
#new {
 color: #AAAAAA;
 position: relative;
 top: -1.06em;
 left: 0.13em;
 z-index: 0;
}
#promer {
 position: relative;
 z-index: 1;
}
-->
</style>
</head>
<body>
<p id="father">
  <p id="promer">好好学习</p>
  <p id="new">好好学习</p>
</p>
</body>
</html>
文字阴影文字阴影

Tags:文字 字阴 阴影   
作者:网络 来源:ohh_andy的博