web总结 2016-11-23 3:11 | 248 | 0 | 博客 207 字 | 1 分钟内 最近看了一阵web(css,html,js):css用到的属性解释: width height 引出的 min-height,min-width,max-height,maxwidth.就不必解释了. float 方向,就是让选中元素偏向那个方向,如果同父类,必须加上float才能保持在一行. (清除浮动?) background-color: 16进制色值,和一些颜色常量. 其实也没有什么总结的.写了一大堆垃圾代码... web