Add JavaScript files and edit profile CSS

1) finished edit profile with delete profile
This commit is contained in:
newtbot
2024-01-23 01:44:11 +08:00
parent d819ac71b2
commit 5b262eb803
14 changed files with 296 additions and 334 deletions

View File

@ -3813,3 +3813,12 @@
.card-text {
color: #000000;
}
/* edit profile */
.profile {
margin: auto;
width: 40%;
border: 1px solid #000000;
padding: 10px;
}