Template:Golf course infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< Template:Golf course infobox
Revision as of 11:38, May 4, 2022 by Porplemontage (talk | contribs) (Created page with ".infobox#golf-course { background: ghostwhite; border-color: #88A; } .infobox#golf-course > tbody > tr:first-child { background: lightgreen; } .infobox#golf-course > tbody...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.infobox#golf-course {
	background: ghostwhite;
	border-color: #88A;
}
.infobox#golf-course > tbody > tr:first-child {
	background: lightgreen;
}
.infobox#golf-course > tbody > tr:nth-child(2n+3) {
	background: #9BF09B;
}