main.css 201 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
table
{
	width: 200px;
	height: 200px;
	text-align: center;
	border: 2px solid black;
}
		
td
{
	background-color: black;
	color:white;
	width: 32px;
	height: 32px;
	font-size: 28px;
	align: center;	
}