11 lines
106 B
CSS
11 lines
106 B
CSS
|
|
||
|
table, th, td {
|
||
|
border: 2px solid gray;
|
||
|
}
|
||
|
th, td {
|
||
|
padding: 0.3rem;
|
||
|
}
|
||
|
table {
|
||
|
width: 100%;
|
||
|
}
|