shambalaxx
8/3/2016 - 7:50 AM

NIce simple look & feel for html table

NIce simple look & feel for html table

table, td, th {
	border: 1px solid black; 
	padding: 5px
}
table {
	border-collapse: collapse
}
body {
	font-family: Arial, Helvetica, sans-serif
}