Table
Table
table {
border-collapse: collapse;
width: 100%;
}
td, th {
border-bottom: 1.5px solid;
padding: 0.5rem 1rem;
text-align: start;
}
| Year | Norway | Denmark | Sweden |
|---|---|---|---|
| 2004 | 5 | 4 | 13 |
| 2022 | 8 | 10 | 15 |
table {
border-collapse: collapse;
width: 100%;
}
td, th {
border-bottom: 1.5px solid;
padding: 0.5rem 1rem;
text-align: start;
}
| Year | Norway | Denmark | Sweden |
|---|---|---|---|
| 2004 | 5 | 4 | 13 |
| 2022 | 8 | 10 | 15 |