我想在<h1>
下面添加<p>
和a-scene
个标签。
例如
<a-scene>
<a-sky src="http://i.imgur.com/9zATQ6s.jpg" rotation="0 -130 0"></a-sky>
<a-text font="kelsonsans" value="Puy de Sancy, France" width="6" position="-2.5 0.25 -1.5"
rotation="0 15 0"></a-text>
</a-scene>
<h1>test</h1>
现在test
在我的浏览器中不可见。我可以显示test
以及如何减少a-scene
尺寸