DBMS Submit static webpage

Removed all fetch function
This commit is contained in:
2021-11-28 18:56:33 +08:00
parent be2515231c
commit 3457fde522
25 changed files with 613 additions and 170 deletions

View File

@@ -15,10 +15,18 @@ body {
box-shadow: 0 0 8px #393939;
border-radius: 6px 6px 0 0;
}
.avatar {
border-radius: 50%;
background-color: lightpink;
padding: 0.39rem;
}
.title {
margin-left: 1em;
margin-right: 1em;
display: flex;
align-items: center;
vertical-align: middle;
justify-content: space-between;
}
.title-text {
margin-left: 1em;