Created
August 1, 2014 08:26
-
-
Save kiinlam/8e544d8c0f1d2aad2a7f to your computer and use it in GitHub Desktop.
模拟三角的一种方案
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* content 中使用特殊字符时需要先用escape转unicode再使用 */ | |
.elem:after { | |
content: '\2662'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment