码迷,mamicode.com
首页 > 其他好文 > 详细

利用文字阴影实现火焰字

时间:2017-09-03 23:38:51      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:utf-8   文字   title   font   char   ext   text   charset   red   

 

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>调试练习</title>
<style>
p{
text-align: center;
font-size: 50px;
color: red;
text-shadow: 0 0 4px white,
0 -5px 4px #ff3,
2px -10px 6px #fd3,
-2px -15px 11px #f80,
2px -25px 18px #f20;
}
</style>
</head>
<body>
<p>hello cogo</p>
</body>
</html>

利用文字阴影实现火焰字

标签:utf-8   文字   title   font   char   ext   text   charset   red   

原文地址:http://www.cnblogs.com/mylove0/p/7471311.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!