You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
254 B

body {
color: black;
margin: 0;
text-align: center;
font-family: verdana, sans-serif;
font-size: 20px;
}
table {
width:800px;
margin-left:auto;
margin-right:auto;
}
table, tr, th {
border:30px solid blue;
}