Naloga 2: C0 and C1
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user