Skip to content

Commit

Permalink
commenting out copy button as it doesn't work yet
Browse files Browse the repository at this point in the history
  • Loading branch information
halimahexe committed Jan 5, 2024
1 parent 7351e5b commit 7af307e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ <h1>Colour Palette Generator</h1>
</div>
<main class="colour-grid">
<div id="colour-1">
<button id="copy-1" class="copy">
<!-- <button id="copy-1" class="copy">
<img src="img\copy-svgrepo-com.svg">
</button>
</button> -->
<input type="color" id="pick-1">
<label for="pick-1" class="text" id="text-1"></label>
</div>
Expand Down

0 comments on commit 7af307e

Please sign in to comment.