made the turn arrows look better
This commit is contained in:
parent
9c436393ae
commit
fb926b3484
@ -15,7 +15,9 @@
|
|||||||
<canvas id="panorama">This browser doesn't seem to support canvas. sorry idk</canvas>
|
<canvas id="panorama">This browser doesn't seem to support canvas. sorry idk</canvas>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button onclick="turn_left()">Turn Left</button>
|
<div id="sipky">
|
||||||
<button onclick="turn_right()">Turn Right</button>
|
<button onclick="turn_left()">⇽</button>
|
||||||
|
<button onclick="turn_right()">⇾</button>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -8,3 +8,15 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sipky
|
||||||
|
{
|
||||||
|
margin-left: 47.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sipky > button
|
||||||
|
{
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user