Tables

35

NameAgeSexIQLicense NumberExpiration DatePhoto
Steve58M151A57839-010-20-2024
Baboo28Male189A97734-910-9-2085
Anita22Female164A23973-784-9-2099
Queenie225Ameoba7What Licensetoday

This is the Tables block. I have added the extra styling as seen in the code block below. Full review shortly.

.swp-table-table {
	font-size: 16px;
}
 
tr.swp-table-odd-row td,
tr.swp-table-even-row td {
	text-align: left;
	height: 35px;
}
 
tr.swp-table-head {
	height: 50px;
	background-color: #fbff8e;
}
 
div.swp-table table.swp-table-table {
	box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	-moz-box-shadow: 0px 0px 8px #999;
}
 
tr.swp-table-odd-row {
	background-color: #3bf7f7;
}
 
tr.swp-table-even-row {
	background-color: #fb988e;
}
 
tr.swp-table-odd-row:hover {
	background-color: #29b7b6;
	color: white;
}
 
tr.swp-table-even-row:hover {
	background-color: #bf736b;
	color: white;
}
 
tr.swp-table-odd-row td:first-child,
tr.swp-table-even-row td:first-child {
	text-indent: 8px;
}