<!DOCTYPE html> <html> <head> <style> div{ width:100px; height:100px; color:white; background-image:url("/images/codingb-96x96.png"); transition:background-image 3s; -webkit-transition:background-image 3s; /* for safari */ } div:hover{ background-image:url("/images/codingb.png"); } </style> </head> <body> <div>web4college</div> </body> </html>
Run
×
Share