Image with Text Hover Effect

Developer
Size
1,756 Kb
Views
28,336

How do I make an image with text hover effect?

What is a image with text hover effect? How do you make a image with text hover effect? This script and codes were developed by Hayden Mills on 14 August 2022, Sunday.

Image with Text Hover Effect Previews

Image with Text Hover Effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Image with Text Hover Effect</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <section> <div class="hover-container"> <img class="hover" src="http://payload112.cargocollective.com/1/3/97886/4550499/2_800.jpg"></img> <h1>Project Title</h1> </div>
</section>
</body>
</html>

Image with Text Hover Effect - Script Codes CSS Codes

.hover-container { width: 33.3333333333333333333333333333333333333333333333333%; background-size:cover; overflow:hidden; position:relative;
}
.hover { width: 100%;
}
.hover-container h1 { text-align:center; position:absolute; top:50%; width:100%; transform:translate(0%,-50%); -webkit-transform:translate(0%,-50%); -ms-transform:translate(0%,-50%); color:#FFFFFF; font-family:Arial; text-transform:uppercase; display:none;
}
.hover-container:hover img { filter: brightness(0.3); -webkit-filter:brightness(0.3); -ms-filter:brightness(0.3);
}
.hover-container:hover h1 { display:block;
}
@media only screen and (max-width : 1000px) { /*row of two boxes*/ .hover-container { width: 50%; }
}
Image with Text Hover Effect - Script Codes
Image with Text Hover Effect - Script Codes
Home Page Home
Developer Hayden Mills
Username haydenmills
Uploaded August 14, 2022
Rating 3
Size 1,756 Kb
Views 28,336
Do you need developer help for Image with Text Hover Effect?

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!

Hayden Mills (haydenmills) Script Codes
Create amazing marketing copy 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!