Skip to content

zaharsm/pricingtable-css3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pricingtable-css3

float:left
vertical-align: top;
.final__pricing-body ul li:nth-child(2n) {
   background-color: #ffffff;
 }
.final__pricing-body ul li:nth-child(2n+1) {
   background-color: #f8f8f8;
 }