CSS知识记录点滴
1. 元素无法选择
-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;2. Color 颜色
3. text-decoration 字体修饰
h1 {text-decoration:overline}
h2 {text-decoration:line-through}
h3 {text-decoration:underline}
h4 {text-decoration:blink} 相关推荐
  AlisaClass    2020-05-17  
   wangjie    2019-12-22  
   huakaiwuxing    2019-11-18  
   86251940    2017-02-18  
   aiolos    2017-02-05  
   hlfsunshine    2018-01-05  
   luckymaoyy    2011-05-08  
   iseeip    2014-07-09  
   哥哥的CSDN集    2010-09-03  
   kuihan0    2016-09-17  
   laotumingke    2016-04-05  
   totxian    2016-04-03  
   smilebestSun    2016-03-26  
   natsushadow    2015-11-12  
   freedomwind00    2015-09-17  
   fengzhizi0    2015-04-22  
   carlosfu    2014-10-21  
   MrQuinn    2014-08-12  
   ysum    2014-06-07  
 