.logo{
background-image:logo1.png;
height:;
width:;
}
.logo:hover{
background-image:logo2.png;
height:;
width:;
}
Konu: logo'ya hover vermek
.logo{
background-image:logo1.png;
height:;
width:;
}
.logo:hover{
background-image:logo2.png;
height:;
width:;
}