yskang

threejs-viewer-17

May 7th, 2020
1,305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. html, body {
  2.     width: 100%;
  3.     height: 100%;
  4. }
  5.  
  6. body {
  7.     margin: 0px;
  8.     background-color: #ffffff;
  9.     overflow: hidden;
  10.     font-family: arial;
  11. }
  12.  
  13. #viewer {
  14.     width: 100%;
  15.     height: 100%;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment