存档

2008年10月23日 的存档

网页标准化 CSS代码缩写精简实例

2008年10月23日

一些CSS属性允许使用一串值代替许多属性,值使用空格分开。

  margin,pdding和border-width允许合并margin-top-width, margin-right-width, margin-bottom-width等等,形式像这样:property:top right bottom left;逆时针顺序。 阅读全文…

网站制作