I have the follwing css code for a submit button i am using
how can i align it to the center. The following code does not work for me. Any suggestions ?
.btn1{
background-color: transparent;
border: 0;
padding: 0px;
color:#000066;
align:center;
}
<input type="submit" name="submit" value="Submit & Logout" class="btn1"/></br>
how can i align it to the center. The following code does not work for me. Any suggestions ?
.btn1{
background-color: transparent;
border: 0;
padding: 0px;
color:#000066;
align:center;
}
<input type="submit" name="submit" value="Submit & Logout" class="btn1"/></br>