Img hover

Developer
Size
1,646 Kb
Views
50,600

How do I make an img hover?

What is a img hover? How do you make a img hover? This script and codes were developed by Mp_graphic on 06 August 2022, Saturday.

Img hover Previews

Img hover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>img hover</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="img-fade">
<a href="./"><img src="http://placeimg.com/200/200/any" alt="" /> </a>
</div>
<div class="img-block">
<a href="./"><img src="http://placeimg.com/200/200/any" alt="" /> </a>
</div>
<div class="img-up">
<a href="./"><img src="http://placeimg.com/200/200/any" alt="" /> </a>
</div>
<div class="img-flip">
<a href="./"><img src="http://placeimg.com/200/200/any" alt="" /> </a>
</div>
</body>
</html>

Img hover - Script Codes CSS Codes

div{ float:left; margin-right:10px;
}
/*------------------------*/
.img-fade{ transition: 0.5s;
}
.img-fade:hover { opacity: 0.6; transition: 0.5s;
}
/*------------------------*/
.img-block { width: 200px; height: 200px; overflow: hidden;
}
.img-block img { transition: 0.5s;
}
.img-block img:hover { -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1);
}
/*------------------------*/
.img-up { width: 200px; height: 200px; overflow: hidden;
}
.img-up img { transition: 0.5s;
}
.img-up img:hover { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px);
}
/*------------------------*/
.img-flip { width:200px; height: 200px; overflow: hidden;
}
.img-flip img { transition: 0.5s;
}
.img-flip img:hover { -moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -o-transform: rotateY(180deg); -ms-transform: rotateY(180deg);
}
Img hover - Script Codes
Img hover - Script Codes
Home Page Home
Developer Mp_graphic
Username mp_graphic
Uploaded August 06, 2022
Rating 3
Size 1,646 Kb
Views 50,600
Do you need developer help for Img hover?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Mp_graphic (mp_graphic) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!