Files
wona.github.com/css/table.css
2025-06-27 22:05:52 +05:30

19 lines
307 B
CSS

.mbtablestyle {
border-collapse: collapse;
margin-top: 5rem;
}
.mdtablestyle {
border-collapse: collapse;
margin: 2rem 0;
}
.mbtablestyle td,
.mbtablestyle th,
.mdtablestyle td,
.mdtablestyle th {
border: 1px solid black;
padding: 0.5rem 1.5rem;
padding-bottom: 2rem;
vertical-align: top;
}