added rendering of clients from data file

This commit is contained in:
Michael Tenson
2025-04-30 19:07:35 +03:00
parent 14aacb9e56
commit 61cf94651f
17 changed files with 429 additions and 82 deletions

10
src/pages/Home.css Normal file
View File

@@ -0,0 +1,10 @@
#main-container {
width: 60%;
}
#main-header {
display: flex;
justify-content: space-between;
align-items: center;
color: white;
}