CSS制作镂空字体

1.效果图

 

2.html内容:

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<style>
body{background: rgb(248,248,248);}
span{font-size: 240px;font-weight: bolder;-webkit-text-stroke:1px #ff9c00;color: transparent;}
</style>
<body>
<span>
wuqian
</span>
</body>
</html>

posted @ 2015-06-03 17:10  Cynthia娆墨旧染  阅读(4164)  评论(0编辑  收藏  举报