Hoverした時に画像を拡大

Developer
Size
1,538 Kb
Views
12,144

How do I make an hoverした時に画像を拡大?

What is a hoverした時に画像を拡大? How do you make a hoverした時に画像を拡大? This script and codes were developed by Tkckunkun on 18 November 2022, Friday.

Hoverした時に画像を拡大 Previews

Hoverした時に画像を拡大 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>hoverした時に画像を拡大</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="scale"> <img src="http://placeimg.com/400/300/tech">
</div>
</body>
</html>

Hoverした時に画像を拡大 - Script Codes CSS Codes

.scale {	width: 400px;	height: 300px;	overflow: hidden;
}
.scale img {	-moz-transition: -moz-transform 0.2s linear;	-webkit-transition: -webkit-transform 0.2s linear;	-o-transition: -o-transform 0.2s linear;	-ms-transition: -ms-transform 0.2s linear;	transition: transform 0.2s linear;
}
.scale img:hover {	-webkit-transform: scale(1.2);	-moz-transform: scale(1.2);	-o-transform: scale(1.2);	-ms-transform: scale(1.2);	transform: scale(1.2);
}
Hoverした時に画像を拡大 - Script Codes
Hoverした時に画像を拡大 - Script Codes
Home Page Home
Developer Tkckunkun
Username tkckunkun
Uploaded November 18, 2022
Rating 3
Size 1,538 Kb
Views 12,144
Do you need developer help for 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!

Tkckunkun (tkckunkun) Script Codes
Name
Normalize.css v4
A Pen by tkckunkun
Create amazing art & images 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!