css简写总结

1.font简写

font-style | font-variant | font-weight | font-size | font-family

.fontStyle{ font:italic normal bold 12px arial,verdana; }

2.background简写

background-color | background-image  | background-repeat | background-attachment | background-position

.bg{ background:#FFCC66  url("path/bgFile.gif")  no-repeat  fixed  left  top; }

posted @   全玉  阅读(124)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示