05 2012 档案

摘要:给a标签加上display:inline-block; 阅读全文
posted @ 2012-05-14 10:16 shiloh 阅读(255) 评论(0) 推荐(0)
摘要:简写: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-size和line-height只能通过斜杠/组成一个值 阅读全文
posted @ 2012-05-12 11:13 shiloh 阅读(441) 评论(0) 推荐(0)