设计文本阴影 css3与html5源码14种 <style type="text/css"> p { text-align: center; font:bold 60px helvetica, arial, sans-serif; color: #999; text-shadow: 0.1em 0.1em #333; } </style>