Hello,
I am trying to create a custom image button and I haven't been able to do it:
index.php
<input type="button" onclick="alert('Hello world!')">Click Me!</button>
styleT.css
.input {
border: 1px solid #006;
background-image("../images/login.jpg");
}
button{
background-image("../images/login.jpg");
}
I wonder what I did wrong?