Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RevanSP authored Dec 29, 2024
1 parent da5e8fb commit f781570
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 @@ -16,7 +16,7 @@
<div class="card bg-base-100 w-96 md:w-auto border-2 border-neutral-content shadow-[6px_6px_0px_0px_rgba(0,0,0,1)] border-black rounded-none md:scale-75">
<div class="card-body">
<h1 class="font-bold text-2xl text-center mb-3">COLOR PICKER FROM IMAGE</h1>
<input type="file" id="fileInput" class="file-input file-input-bordered border-2 border-black rounded-none border-neutral-content shadow-[6px_6px_0px_0px_rgba(0,0,0,1)]" />
<input type="file" id="fileInput" class="file-input file-input-bordered border-2 border-black rounded-none border-neutral-content shadow-[6px_6px_0px_0px_rgba(0,0,0,1)]" accept="image/*" />
<div class="mt-4 max-h-[80vh] overflow-y-auto p-4 border-2 border-black rounded shadow-[6px_6px_0px_0px_rgba(0,0,0,1)]">
<canvas id="imageCanvas" class="rounded border-2 border-black aspect-[16/9] w-full"></canvas>
</div>
Expand Down Expand Up @@ -67,4 +67,4 @@ <h3 class="text-center mt-6 font-bold">ReiivanTheOnlyOne .</h3>
<script src="public/script.js"></script>
</body>

</html>
</html>

0 comments on commit f781570

Please sign in to comment.