Responsive images - hover

Developer
Size
2,135 Kb
Views
56,672

How do I make an responsive images - hover?

What is a responsive images - hover? How do you make a responsive images - hover? This script and codes were developed by Adethrax on 12 August 2022, Friday.

Responsive images - hover Previews

Responsive images - hover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Responsive images - hover</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdn.rawgit.com/daneden/animate.css/v3.1.0/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.css">
<div class="catcontainer">
<section class="wow fadeInDown" data-wow-delay="0.2s"> <div class="cat"> <a href=""> <img src="http://surfingindia.net/files/surf-files/u9/India_Surf_Tours_-_17__1_.jpg" class="img-responsive" > <div class="textbox"> <p class="text">Title Text</p> </div> </a>
</div>
</section>
<section class="wow fadeInDown" data-wow-delay="0.4s">
<div class="cat"> <a href=""> <img src="http://surfingindia.net/files/surf-files/u9/India_Surf_Tours_-_17__1_.jpg" class="img-responsive"> <div class="textbox"> <p class="text">Title Text</p> </div> </a>
</div>
</section> <section class="wow fadeInDown" data-wow-delay="0.6s">
<div class="cat"> <a href=""> <img src="http://surfingindia.net/files/surf-files/u9/India_Surf_Tours_-_17__1_.jpg" class="img-responsive"> <div class="textbox"> <p class="text">Title Text</p> </div> </a>
</div>
</section>
</div>
</body>
</html>

Responsive images - hover - Script Codes CSS Codes

.catcontainer { margin:auto; max-width:1000px; }
.cat {
position:relative;
overflow:hidden;
background: #d2d2d2;
width:30%;
float: left;
display: inline-block;
border: 10px solid #e7e7e7;
margin-right: 7px;
margin-bottom: 7px;
}
.cat .textbox {
width:90%;
height:20%;
position:absolute;
top:0;
left:0;
margin-left:-419px;
background: transparent;
}
.cat:hover .textbox {
margin-left:0;
}
.cat img {	-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.cat:hover img{	transform: scale(1.5);	-webkit-transition: all 0.7s ease;	transition: all 0.7s ease;
}
.text {
color: #E55E11;
font-size: 19px;
text-align: center;
background-color: rgba(255, 255, 255, 0.85);
position: absolute;
font-family: "Open Sans",sans-serif;
font-weight: bold;
text-transform: uppercase;
padding: 7% 28%;
top: 0%;
}
a {
text-decoration: none !important;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
@media screen and (max-width: 320px){	.cat {	width:90%;	}
}
@media screen and (max-width: 700px){	.cat {	width:90%;	}
}
Responsive images - hover - Script Codes
Responsive images - hover - Script Codes
Home Page Home
Developer Adethrax
Username adethrax
Uploaded August 12, 2022
Rating 3
Size 2,135 Kb
Views 56,672
Do you need developer help for Responsive images - 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!

Adethrax (adethrax) Script Codes
Create amazing SEO content 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!