Is it possible to create a square button on my website that still functions like a traditional button?
I want the button to change appearance slightly when scrolled over. Currently, I have an example where the button is not clickable:
(How can CSS be used to achieve this effect?) Here is what I have attempted so far:
<input class="butt" type="button" value="test"/>
.butt{ border: 1px outset blue; background-color: lightBlue;}