Files
Inventory/frontend/static/style.css
Sam Hos 56cc15fef5 deno and tauri work and start
todo: fix deno that it displays page in /static
2024-12-23 14:06:31 -04:00

11 lines
145 B
CSS

body {
font-family: Arial, sans-serif;
text-align: center;
padding: 20px;
}
button {
padding: 10px 20px;
font-size: 16px;
}