Initial commit

This commit is contained in:
2025-10-15 20:01:55 -04:00
commit f26fee2a03
89 changed files with 697 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
.mainNav {
text-align: center;
list-style: none;
}
img {
display: block;
margin: auto;
}
body {
text-align: center;
}
ul, ol {
margin: 0;
padding: 0;
display: inline-block;
text-align: left;
}
.priceTable {
margin-left: auto;
margin-right: auto;
}
caption p {
display: inline;
}