摘要:
https://www.cnblogs.com/jiangxinnju/p/8506089.html 阅读全文
摘要:
盒子模型(页面元素大小、边框、与其他元素的距离)什么样 定位机制(文档流 flow、浮动定位 float、层定位 layer)放在哪 盒子模型 Start 盒子模型概念:页面中的所有元素都可以看成一个盒子,占据着一定的页面空间 margin、border、padding均有-top、-left、-r 阅读全文
摘要:
语法 选择器 标签 p,h 类别 .one id one 使用方式 嵌套 p 空格 span{ } 集体 h 逗号 p{ } 全局 { } 混合 多个class/class混id/id不可多个同时使用 css添加到html的方法 css table{ width:500px; height:200p 阅读全文
![](/skins/gray/images/separator.gif)