feat: dev-web - begin front

This commit is contained in:
kmitresse
2024-04-05 18:00:33 +02:00
parent eeea468845
commit a541ba929a
13 changed files with 319 additions and 88 deletions
@@ -1,5 +1,15 @@
nav {
display: flex;
justify-content: right;
flex-direction: row;
justify-content: space-between;
padding: 10px;
}
.content {
display: flex;
flex-direction: row;
gap: 40px;
}
p.user{
padding:10px;
}