12 lines
109 B
CSS
12 lines
109 B
CSS
|
table {
|
||
|
margin: 20px auto;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
tr {
|
||
|
width: 33%;
|
||
|
}
|
||
|
th, td {
|
||
|
text-align: center;
|
||
|
}
|