bmi-input/style.css

11 lines
110 B
CSS

table {
border-collapse: collapse;
}
td,
th {
border: 1px solid;
width: 200px;
text-align: center;
}