This commit is contained in:
Leo
2024-01-02 19:08:52 +08:00
parent 61b279f9e5
commit 8d52dc9cfb
6 changed files with 696 additions and 26 deletions

View File

@ -13,6 +13,11 @@ body {
}
}
.centered-content {
display: flex;
justify-content: center;
align-items: center;
}
a.btn-primary{
background-color: #4eae3a;