1
0
Files
vrm/planet/src/index.css
2025-11-21 06:13:58 +09:00

21 lines
262 B
CSS

html {
height: 100%;
}
body {
background-color: #fff;
background-color: #000;
background-color: #313131;
margin: 0;
height: 100%;
}
div#root{
height: 100%;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}