hanuman6
6/28/2013 - 1:35 PM

CSS3でテーブルを縞々に

CSS3でテーブルを縞々に

table tr:nth-child(even) {
    background: #f2f2f2;
}