diff --git a/src/routes/cubes.svelte b/src/routes/cubes.svelte index 014cd55..e0d58ab 100644 --- a/src/routes/cubes.svelte +++ b/src/routes/cubes.svelte @@ -1,46 +1,46 @@ - count += 1} /> + (count += 1)} />
-

Click around to add cubes

+

Click around to add cubes

- - - - - - - {#each {length: count } as _} - - {/each} - - - - - + + + + + + + {#each { length: count } as _} + + {/each} + + + + + \ No newline at end of file + .instructions { + position: absolute; + top: 10%; + left: 5%; + z-index: 10; + color: white; + font-size: 2rem; + } +