bmi-input/style.css

11 lines
110 B
CSS
Raw Permalink Normal View History

2022-12-03 16:42:56 +00:00
table {
border-collapse: collapse;
}
td,
th {
border: 1px solid;
width: 200px;
text-align: center;
}