I've two buttons on my form. I should align in vertically on same line but, one seems to be above the other one.
Here is the css code
Code:
.submit input
{
margin-left: 12.5em;
}
.submit input
{
color: #000;
background: #ffa20f;
border: 3px outset #d7b9c9
}
.reset input
{
margin-left: 25em;
}
.reset input
{
color: #000;
background: #ffa20f;
border: 3px outset #d7b9c9
}
I've attached the picture of the button.