I want to take Reset Beside Pay Now
(Assist me with it)
input[type="submit"] {
background-color: rgb(4, 18, 99);
color: #fff;
padding: 15px 20px;
border: none;
border-radius: 10px;
cursor: pointer;
width: 50%;
}
input[type="reset"] {
background-color: rgb(4, 18, 99);
color: #fff;
padding: 15px 20px;
border: none;
border-radius: 10px;
cursor: pointer;
width: 50%;
}
input[type="submit"]:hover{
background-color:rgb(66, 6, 143)
}
</p>
<input type="submit" value="Pay Now">
</p>
<p>
<input type="reset" value="Reset">
</p>
I am getting this result which is posted below I've done replacing it But it's not working