This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
javascript
/
three.js
kopia lustrzana
https://github.com/tazdij/three.js.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Docs/Examples: Minor css tweak.
Mr.doob
10 lat temu
rodzic
85a9ce57e8
commit
4f1aa0c51c
2 zmienionych plików
z
8 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
Wyświetl plik
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
Wyświetl plik
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}