mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
made button big
This commit is contained in:
parent
6237119f2b
commit
d30566ac70
@ -12,6 +12,7 @@
|
||||
</style>
|
||||
<script>
|
||||
let speed = 1000
|
||||
setInterval(addKrydder, speed);
|
||||
|
||||
function changespeed() {
|
||||
speed -= 100;
|
||||
@ -47,7 +48,7 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<button onclick="changespeed()">FASTER</button>
|
||||
<button onclick="changespeed()" style="font-size: 20px; padding: 10px 20px">Nam nam Krydder :D</button>
|
||||
<div id="krydder-container"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user