Création d'un dashboard

This commit is contained in:
stiti
2024-05-25 00:10:47 +02:00
parent d69c8fe37a
commit 3ee078d36e
8 changed files with 143 additions and 64 deletions

View File

@@ -89,3 +89,14 @@ label {
margin-top: 5px;
font-size: 14px;
}
.user-info {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.user-info th, .user-info td {
padding: 10px;
border: 1px solid #ccc;
}