styles.css 195 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
table {
    width: 15rem;
    height: 15rem;
    margin: 5rem auto;
    border: 1px solid grey;
    text-align: center;
}

td {
    border: 0.5px solid black;
}

span {
    padding-right: .6em;
}