Having problem with submit button. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Having problem with submit button.

Hi im trying to make the submit button square but i have tried: border, border-radius.... but still not work :( please help

30th Apr 2020, 9:35 AM
Allan Nguyễn
Allan Nguyễn - avatar
3 Answers
+ 3
button { height:50px; width:50px; cursor:pointer; } https://code.sololearn.com/Wf3uz7cNQJ4k/?ref=app
30th Apr 2020, 9:42 AM
Rohit
+ 1
Allan Nguyễn Just give a class name to your input-submit. <input class="btnSubmit" type="submit" value="Submit"> like this. You can use .btnSubmit in your css to style your button.
30th Apr 2020, 10:11 AM
Hassan
Hassan - avatar
0
it’s a normal button but im having problem with “submit” button
30th Apr 2020, 9:59 AM
Allan Nguyễn
Allan Nguyễn - avatar