转载

table 表格颜色

CSS table 表格颜色

下面的例子设置边框的颜色,以及 th 元素的文本和背景颜色:

  1. table, td, th 
  2.   { 
  3.   border:1px solid green
  4.   } 
  5.  
  6. th 
  7.   { 
  8.   background-color:green
  9.   color:white
  10.   } 
正文到此结束
Loading...