摘要:
Title 阅读全文
摘要:
多列:(对文本进行布局,像报纸那样) column-count: 规定元素应该被分隔得列数; column-gap:规定列之间的间距; column-rule: 列与列之间的间隔线; column-width:规定列的宽度; resize: none(无法调整) both(调整元素的高度和宽度) h 阅读全文
摘要:
标题 头部区域 主题区域 侧边区域 脚部区域 阅读全文
摘要:
list-style 复合属性( list-style-image:url ()...; list-style-position: inside outside; list-style-type:disc circle square lower-alpha upper-alpha .......; 阅读全文
摘要:
border-collapse: 值1 seperate (默认),值2 collapse; 单元格的边框显示方式 合并还是分开 border-spacing: 上面单元格分开时 单元格与单元格之间的间距; caption-side: top bottom left right; 设置表格标题的位置 阅读全文
摘要:
!important > 行内 >id > class >tag >* <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>css优先级</title> <style> #box{ color: red !impor 阅读全文