edit: intégration fond animé et réédition lien signal vega

This commit is contained in:
2026-03-16 20:18:28 +01:00
parent c3e7542ca6
commit e01c10285d
37 changed files with 10193 additions and 4 deletions
@@ -0,0 +1,68 @@
html, body {
margin: 0;
width: 100%;
height: 100%;
background: #120d17;
color: white;
font-family: monospace;
}
body {
display: flex;
align-items: center;
justify-content: center;
}
* {
user-select: none;
}
main {
width: 100%;
}
h1 {
margin: 0;
font-weight: normal;
text-align: center;
margin-bottom: 10px;
}
h2 {
margin: 0;
font-weight: normal;
text-align: center;
font-size: 14px;
margin-bottom: 20px;
}
canvas {
border-radius: 10px;
outline: 3px solid rgb(202, 202, 202);
}
#controls {
margin-bottom: 20px;
display: flex;
justify-content: center;
height: 38px;
}
#center {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
button {
font-size: 20px;
padding: 5px 8px;
}
p {
margin: 0;
text-align: center;
margin-top: 20px;
height: 20px;
}