Yani şöyle mi yapmalıyım (yukarıda da dediğim gibi css konusunda cahilim :D)
heroes-img:hover {
width: 200px;
height: 200px;
margin-top: -130px;
margin-left: -130px;
top: 65%;
left: 65%;
}
bunu css'ye ekleyip. kod olarak ta...
Böyle midir?
böyle daha iyi olur diye düşünüyorum...
heroes-img:hover {
width: 200px;
height: 200px;
margin-top: -130px;
margin-left: -130px;
top: 65%;
left: 65%;
}
bunu css'ye ekleyip. kod olarak ta...
Böyle midir?
resimler buraya
.heroes img:hover {
width: 200px;
height: 200px;
margin-top: -130px;
margin-left: -130px;
top: 65%;
left: 65%;
}
böyle daha iyi olur diye düşünüyorum...