Css之 间距初始化
摘要:粗暴初始化: * {margin:0;padding:0;border:0px none;} 优化初始化: /*css reset code */ /**** 文字大小初始化,使1em=10px *****/body {font-size:62.5%;} /* for IE/Win */html>b
阅读全文
posted @ 2019-01-15 19:16
posted @ 2019-01-15 19:16
posted @ 2019-01-07 17:43