Skip to content

Commit 6a63089

Browse files
decrease step value from input data fields
1 parent 206c493 commit 6a63089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ <h1 class="text-4xl md:text-5xl font-extrabold text-indigo-700 tracking-tight">S
8383
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
8484
<div>
8585
<label for="width" class="block text-gray-700 text-sm font-medium mb-2">Width (px)</label>
86-
<input step="10" type="number" name="width" id="width" placeholder="Enter width"
86+
<input step="1" type="number" name="width" id="width" placeholder="Enter width"
8787
class="input-focus shadow-sm border border-gray-300 rounded-lg w-full py-2.5 px-4 text-gray-700 leading-tight focus:outline-none transition duration-200">
8888
</div>
8989
<div>
9090
<label for="height" class="block text-gray-700 text-sm font-medium mb-2">Height (px)</label>
91-
<input step="10" type="number" name="height" id="height" placeholder="Enter height"
91+
<input step="1" type="number" name="height" id="height" placeholder="Enter height"
9292
class="input-focus shadow-sm border border-gray-300 rounded-lg w-full py-2.5 px-4 text-gray-700 leading-tight focus:outline-none transition duration-200">
9393
</div>
9494
</div>
@@ -208,7 +208,7 @@ <h3 class="text-xl font-semibold text-gray-800 mb-2">It's Free</h3>
208208
</section>
209209
<footer class="text-center m-10 text-gray-500 text-sm">
210210
<p>&copy; 2025 Sankuchit. All rights reserved.</p>
211-
<p class="mt-1">Made with ❤️ for the web</p>
211+
<p class="mt-1">Made with ❤️ by <a href="https://aditya.webhop.me/"><span class="text-indigo-700">Aditya</span></a></p>
212212
</footer>
213213

214214

0 commit comments

Comments
 (0)