Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 289 Bytes

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;
 }