Files
html/generated/file_07.css
WEVIA 01ce7627ea
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
Wave 114 auto
2026-04-12 23:12:51 +02:00

7 lines
398 B
CSS

/* static/css/style.css */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', sans-serif; background: #1e1e2e; color: #ffffff; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
header { text-align: center; margin-bottom: 20px; }
#chart-container { height: 400px; margin-bottom: 20px; }
#metrics { text-align: right; font-size: 14px; color: #aaa; }