Dashboard with cards

This commit is contained in:
2025-08-27 23:19:17 +02:00
parent 64a33fcd31
commit 0205916b0a
8 changed files with 64 additions and 18 deletions

View File

@@ -0,0 +1,18 @@
.dashboard {
}
.cardWrapper {
}
.card {
border-radius: 10px;
padding: 1px 100px 30px 100px;
margin-bottom: 20px;
border: 1px solid rgba(220, 220, 220, 0.4);
box-shadow: 5px 5px 7px rgba(220, 220, 220, 0.5);
}
.footer {
background-color: red;
}