Files
NeoCode/src/index.css
2026-01-13 00:31:55 -06:00

14 lines
193 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}
#root {
height: 100vh;
}