degradation-comparison/core.css
2026-07-18 19:32:55 +00:00

11 lines
175 B
CSS

body {
font-family: monospace;
background: #000;
color: #0f0;
margin: 2em;
}
header {
border-bottom: 1px solid #0f0;
padding-bottom: 0.5em;
margin-bottom: 2em;
}