10 09/2014

css text stroke

最后更新: Wed Sep 10 2014 12:29:11 GMT+0800

请用 webkit 浏览器查看!

css text stroke 文字边框
css text stroke 文字边框
css text stroke 文字边框
css text stroke 文字边框
css text stroke 文字边框
css text stroke 文字边框
css text stroke 文字边框
css text stroke 文字边框
css text stroke

思路如下:

例子 1

-webkit-text-stroke: 2px #000;

例子 2,3,4,5

多个 text-shadow 重叠,上下左右+阴影(例子2)或者 反复加 text-shadow: 0 0 4px black, 0 0 4px black, 。。。

例子 6

复制并偏移一点

:after {content:’css text stroke 文字边框’;position: absolute;left:-2px;top:-2px;}

例子 7,8

stroke+镂空 -webkit-text-fill-color: transparent;

例子 8 阴影渐变

例子 9

复制并放大、偏移

-webkit-transform:scale(.9,.9);left:-2px;top:-1px;

查看css代码 查看html代码 Demo