feat: romer model

This commit is contained in:
Barrett Ruth 2024-07-03 10:41:10 -05:00
parent b6b3e08886
commit 71a959708d
7 changed files with 515 additions and 31 deletions

View file

@ -68,3 +68,23 @@ ul {
list-style: none;
margin: 0;
}
.romer-table-container {
display: flex;
justify-content: center;
margin: 20px 0;
}
#romer-table {
text-align: center;
margin-top: 20px;
margin: 0;
font-size: 0.8em;
border-collapse: collapse;
}
#romer-table th,
#romer-table td {
border: 1px solid black;
text-align: center;
padding: 5px;
}