码迷,mamicode.com
首页 > Web开发 > 详细

css "x" button

时间:2018-01-04 15:04:25      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:inline   color   pos   span   isp   tac   cte   like   str   

 

HTML

✕ ? ✓
✖ ? ✔

✗
✘

× × ×

CSS

If you want to use the above characters from CSS (like i.e: in an :before or :after pseudo) simply use the Unicode HEX value like for example:

[class^="ico-"], [class*=" ico-"]{
  font: normal 1em/1 Arial, sans-serif;
  display: inline-block;
}


.ico-times:before{ content: "\2716"; }
.ico-check:before{ content: "\2714"; }
<i class="ico-times"></i>
<i class="ico-check"></i>

 

参考:

https://stackoverflow.com/questions/5353461/which-font-for-css-x-close-button 中Roko的回答。

 

css "x" button

标签:inline   color   pos   span   isp   tac   cte   like   str   

原文地址:https://www.cnblogs.com/jane850113/p/8193296.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!