UNPKG
glodrei
Version:
latest (0.0.2)
0.0.2
0.0.1
useful add-ons for react-three-fiber
github.com/pmndrs/drei
pmndrs/drei
glodrei
/
sandboxes
/
bug-report-template-starter
/
src
/
styles.css
13 lines
(11 loc)
•
113 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
* {
box-sizing
: border-box; }
html
,
body
,
#root
{
width
:
100%
;
height
:
100%
;
margin
:
0
;
padding
:
0
; }