proposition frontend

This commit is contained in:
arussac
2026-05-29 12:06:40 +02:00
parent 12afb71a67
commit 97f6fdaeae
14 changed files with 793 additions and 193 deletions

13
frontend/src/style.css Normal file
View File

@@ -0,0 +1,13 @@
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html,
body,
#app {
height: 100%;
overflow: hidden;
background: #080808;
}