From 9e69375ba841f53a8b9f5227d1a5504e9b111bd7 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Thu, 5 May 2022 21:46:55 -0700 Subject: [PATCH] Fix instructions. --- src/routes/cubes.svelte | 70 ++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 35 deletions(-) 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; + } +