LE POULET

This commit is contained in:
MasterAcnolo
2025-06-28 09:49:36 +02:00
parent 83b31cb645
commit f7abca90cb
8 changed files with 234 additions and 83 deletions

View File

@@ -0,0 +1,13 @@
.container {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #121212;
padding: 1em;
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
z-index: 1000;
display: flex;
flex-direction: column;
align-items: center;
}