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>
更多專業前端知識,請上 【猿2048】www.mk2048.com
總結
 
                            
                        - 上一篇: coffee.js
- 下一篇: js判断浏览器是否支持flash的方法
