-2
#button {
background-color: rgb(211, 72, 54); /*i have aligned the text inside
the button but also need align the logo google+*/
width: 35%;
height: 6%;
text-align: center;
color: white;
background-repeat: no-repeat;
margin-left: 3%;
}
<input id="button" type="button" value="Continue with Google" name="google" background-image: url(gmaillogo.png)>
我希望留在按鈕對齊,垂直居中。