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
3 Respostas
+ 3
button {
height:50px;
width:50px;
cursor:pointer;
}
https://code.sololearn.com/Wf3uz7cNQJ4k/?ref=app
+ 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.
0
it’s a normal button but im having problem with “submit” button