Initial commit after re-install

This commit is contained in:
2026-02-25 19:10:13 +09:00
commit 83dec7504e
12 changed files with 4799 additions and 0 deletions

21
static/styles.css Normal file
View File

@@ -0,0 +1,21 @@
body {
background: #f8f9fb;
}
.floating-btn {
position: fixed;
right: 24px;
bottom: 24px;
width: 56px;
height: 56px;
font-size: 32px;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
}
.card-img-top {
height: 180px;
object-fit: cover;
}