Skip to content

Commit

Permalink
Update index3.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mngz47 authored Feb 19, 2024
1 parent 92fd88d commit a8153b8
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions index3.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,7 @@
</head>
<body background=dragon.jpg >
<script src=rr/api.js ></script>
<style>
a {
display:block;
background:white;
}

#controls {
position: absolute;
z-index: 9;
background-color: #f1f1f1;
border: 1px solid #d3d3d3;
text-align: center;
}

#control-move {
padding: 10px;
cursor: move;
z-index: 10;
background-color: #2196F3;
color: #fff;
}
</style>

<div id=start style="" >

Expand Down Expand Up @@ -337,5 +316,27 @@
setInterval(placeStacle,1000*(8-stage));

</script>
<style>
a {
display:block;
background:white;
}

#controls {
position: absolute;
z-index: 9;
background-color: #f1f1f1;
border: 1px solid #d3d3d3;
text-align: center;
}

#control-move {
padding: 10px;
cursor: move;
z-index: 10;
background-color: #2196F3;
color: #fff;
}
</style>
</body>
</html>

0 comments on commit a8153b8

Please sign in to comment.