随笔分类 -  css

摘要:1、font和background缩写规范——font简写:font:italic small-caps bold 12px/1.5em arial,verdana;等效于:font-style:italic;font-variant:small-caps;font-weight:bold;font-size:12px;line-height:1.5em;font-family:arial,verdana;顺序:font-style | font-variant | font-weight | font-size | line-height | font-family(注:简写时,font-s 阅读全文
posted @ 2013-08-10 15:35 果粒遇到前端 阅读(141) 评论(0) 推荐(0)