This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Docs/Examples: Minor css tweak.
Mr.doob
10 năm trước cách đây
mục cha
85a9ce57e8
commit
4f1aa0c51c
2 tập tin đã thay đổi
với
8 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
Xem Tập Tin
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
Xem Tập Tin
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}