Struggling with a piece of code where I want to alternate the background color to #F8F8F8 in .itemrow.
Check out the code here: http://pastebin.com/mgHYzJAd
.itemrow {
padding-top:20px;
padding-bottom:20px;
background-color:#f8f8f8;
}
Also, feel free to visit the project page for more context:
I've done some digging and found suggestions like nth-child(odd), but it's new territory for me as I'm fairly new to front end development.
Any assistance would be greatly appreciated! Thank you in advance. - Paolo