App-MusicExpo

 view release on metacpan or  search on metacpan

musicexpo.css  view on Meta::CPAN

html, body{
	background-color: black;
	color: white;
}

table, tr, td, th{
	border-collapse: collapse;
	text-align: center;
	border: thin dotted white;
	padding: 0.1em;
}

table{
	width: 98%;
	margin: 1%
}

a:link, a:visited{
	color: white;
}

tbody > tr:nth-child(odd){
	background-color: #222;
}

#player {
	text-align: center;
}



( run in 1.383 second using v1.01-cache-2.11-cpan-d8267643d1d )