13 lines
140 B
CSS
13 lines
140 B
CSS
table {
|
|
font-family: arial, sans-serif;
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
td, th {
|
|
|
|
text-align: left;
|
|
padding: 8px;
|
|
}
|
|
|