provapraticafrontend/src/index.css
AV77web 1d7dc4700f
All checks were successful
Deploy to VPS / build (push) Successful in 19s
Deploy to VPS / deploy (push) Successful in 18s
creazione frontend
2026-06-09 13:04:28 +02:00

21 lines
259 B
CSS

*,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
background: #f1f5f9;
color: #1e293b;
line-height: 1.5;
}
#root {
min-height: 100vh;
}
a {
color: #2563eb;
}