Skip to content

Instantly share code, notes, and snippets.

@kiinlam
Created August 1, 2014 08:26
Show Gist options
  • Save kiinlam/8e544d8c0f1d2aad2a7f to your computer and use it in GitHub Desktop.
Save kiinlam/8e544d8c0f1d2aad2a7f to your computer and use it in GitHub Desktop.
模拟三角的一种方案
/* 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