File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ <h1 class="text-4xl md:text-5xl font-extrabold text-indigo-700 tracking-tight">S
83
83
< div class ="grid grid-cols-1 md:grid-cols-2 gap-6 ">
84
84
< div >
85
85
< 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 "
87
87
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 ">
88
88
</ div >
89
89
< div >
90
90
< 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 "
92
92
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 ">
93
93
</ div >
94
94
</ div >
@@ -208,7 +208,7 @@ <h3 class="text-xl font-semibold text-gray-800 mb-2">It's Free</h3>
208
208
</ section >
209
209
< footer class ="text-center m-10 text-gray-500 text-sm ">
210
210
< p > © 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 >
212
212
</ footer >
213
213
214
214
You can’t perform that action at this time.
0 commit comments