Html中常用的属性

!important  //增加权重

word-break:break-all  //允许在单词内换行      keep-all //只在半角空格或连接字符串换行   --这个属性一般用于文章段落

text-align: justify; 段落两端对齐

cursor:pointer  //鼠标移上去,有手指的图标

parentElement // 父元素

height: calc(100% - 210px); //滚动条
overflow-y: auto;  
 
backgrounde-size:cover  //把背景图像扩展至足够大,以使背景图像完全覆盖背景区域。
   
原文地址:https://www.cnblogs.com/huanhuan55/p/9776525.html