diff --git a/A2teamkadai/tamesi.css b/A2teamkadai/tamesi.css new file mode 100644 index 0000000..ad53796 --- /dev/null +++ b/A2teamkadai/tamesi.css @@ -0,0 +1,23 @@ +@media (orientation: landscape) { + #vr { + margin-top: 50px; + width: 95vw; + height: 70vh; + } + } + @media (orientation: portrait) { + #vr { + margin-top: 50px; + width: 95vw; + height: 70vh; + } + } + a-scene { + z-index: 0; + } + + #sample-obj1{ + display:none; + } + + .e{display:none;}