Add more classes

This commit is contained in:
2025-10-15 22:07:41 -04:00
parent 6d01ba68c4
commit 8efcb22d1e
80 changed files with 516 additions and 1 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;
}