Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jimukgb authored Dec 5, 2024
1 parent 7bb0370 commit a3b4efa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,16 @@
height: 50%;
width: 100%;
}
button
div, button
{
font-size: 100px;
}
#control
{
text-align: center;
}
</style>
</head>
<body>
<div id="player"><textarea></textarea></div>
<div id="control">
<div>
<button onclick="play()">Play</button>
</div>
</body>
Expand Down

0 comments on commit a3b4efa

Please sign in to comment.