Hover Buttons
input { transition-property: opacity; transition-delay: 0.3s; transition-duration: .5s; } input:hover { opacity:.7; }