Naloga 2: C0 and C1

This commit is contained in:
Gašper Dobrovoljc
2024-11-22 18:15:18 +01:00
parent 0671004a38
commit 4de1f25a6a
5 changed files with 6394 additions and 98 deletions

View File

@@ -13,8 +13,20 @@
padding: 0;
overflow: hidden;
}
#menu {
position: fixed;
display: flex;
padding: 8px;
gap: 8px;
}
</style>
<body>
<div id="menu">
<button id="add">Dodaj zlepek</button>
<button id="remove">Izbriši zlepek</button>
<button id="c0">Zagotovi zveznost</button>
<button id="c1">Zagotovi gladkost</button>
</div>
<canvas></canvas>
</body>
</html>