Update mouse
This commit is contained in:
18
data/css/style.css
Normal file
18
data/css/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user