Update mouse

This commit is contained in:
Serge NOEL
2026-02-23 13:13:32 +01:00
parent aab249e7eb
commit 49b731c26c
4 changed files with 120 additions and 32 deletions

18
data/css/style.css Normal file
View File

@@ -0,0 +1,18 @@
body {
background: #f4f4f4;
font-family: Arial, sans-serif;
}
.container {
max-width: 400px;
margin: 40px auto;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
padding: 32px;
}
#speedometer {
display: block;
margin: 0 auto;
}