File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed
Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,4 @@ notes/*/*.md
3333! notes /* /503.md
3434! notes /* /505.md
3535! notes /* /506.md
36+ ! notes /* /508.md
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ issue: 17
5454505| [ 24] 连字|-|〃| [ 免费阅读] ( https://github.com/cssmagic/CSS-Secrets/issues/62 )
5555506| [ 25] 华丽的 & 符号|[ 试读] ( https://github.com/cssmagic/CSS-Secrets/issues/13 ) |〃| [ 免费阅读] ( https://github.com/cssmagic/CSS-Secrets/issues/63 )
5656507| [ 26] 自定义下划线|-|〃|-
57- 508| [ 27] 现实中的文字效果|-|〃|-
57+ 508| [ 27] 现实中的文字效果|-|〃| [ 免费阅读 ] ( https://github.com/cssmagic/CSS-Secrets/issues/70 )
5858509| [ 28] 环形文字|-|〃|-
5959|
6060** 第六章** | ** 用户体验** || [ 购买后阅读 <sup >↗</sup >] ( http://www.ituring.com.cn/tupubarticle/9398 ) |
Original file line number Diff line number Diff line change 1+ ---
2+ title : " [注解] [508] 现实中的文字效果"
3+ issue : 70
4+ ---
5+
6+ ## 花絮与注解
7+
8+ #### 第 132 页 ‧ 倒数第二段
9+
10+ > 在拟物化风格的网页中,凸版印刷效果是最流行的文字美化手法之一。
11+
12+ 凸版印刷的原理类似于盖章,因此纸面上的字迹会微微下凹。
13+
14+ #### 第 134 页 ‧ 第一段
15+
16+ > 在未来,实现文字描边或空心字的效果会非常容易,因为我们只需要使用 ` text-shadow ` 属性的扩张参数就可让投影变大,然后看起来就像给文字勾边了一样……不过不幸的是,目前浏览器对这个参数的支持还极为有限……
17+
18+ 将来 ` text-shadow ` 可以接受第四个长度值作为扩张参数,这一点与 ` box-shadow ` 是类似的。
19+
20+ 这一特性目前似乎还没有进入标准化的进程。但考虑到与 ` box-shadow ` 的一致性,以及实际的需求,这个特性被标准化应该也是迟早的事。
21+
22+ 据 [ CanIUse] ( http://caniuse.com/#feat=css-textshadow ) 介绍,IE 10+ 已经率先支持了这一特性。
You can’t perform that action at this time.
0 commit comments