init commit

This commit is contained in:
2026-08-04 06:53:36 -06:00
commit 5df8484e8f
91 changed files with 2859 additions and 0 deletions
+63
View File
@@ -0,0 +1,63 @@
.center{
margin-right: auto;
margin-left: auto;
text-align: center;
}
body, a {
font-family: Lato, sans-serif;
color: white;
background-color: #4A245E;
font-size: .9em;
}
p {
text-align: center;
}
#embedCaption {
font-size: .8em;
}
table, th, td {
border: 1px solid white;
border-collapse: collapse;
padding: 25px;
}
th {
font-size: 1.3em;
padding-top: 10px;
padding-bottom: 10px;
}
a {
font-style: italic;
text-decoration: underline;
}
.profilePic {
width: 125px;
height: 125px;
}
.descrip {
text-align: left;
}