first commit

This commit is contained in:
JamesFlare1212
2024-03-26 22:04:45 -04:00
commit 9e54cceae7
54 changed files with 1646 additions and 0 deletions

19
static/css/custom.css Normal file
View File

@@ -0,0 +1,19 @@
/* your styles go here */
.row {
display: flex;
justify-content: center;
}
.gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.box {
margin: 0 auto;
}
audio {
width: 100%;
}