Untitled

 avatar
unknown
plain_text
10 months ago
556 B
2
Indexable
<!DOCTYPE html>
<html>
<head>
<title>Loja me gjarper</title>
</head>
<style>
body{
display:flex;
justify-content:center;
align-items:center;
margin:0;
height:100vh;
}
canvas{
    border:1px solid black;
    background-color:white;
}
.score{
    position:absolute;
    top:10px;
    right:10px;
    font-size:18px;
    font-weight:bold;
}
</style>

<body>
<div class="game-container">
<canvas id="gameCanvas" width="400" height="400">
</canvas>
<div class="score">Piket:<span id="score">0</span>
</div>
</body>

</html>

Editor is loading...
Leave a Comment