CSS3 Image Hover Effects

Size
2,198 Kb
Views
30,360

How do I make an css3 image hover effects?

More about Web Designing: http://ibrahimjabbari.com. What is a css3 image hover effects? How do you make a css3 image hover effects? This script and codes were developed by Ibrahim Jabbari on 12 August 2022, Friday.

CSS3 Image Hover Effects Previews

CSS3 Image Hover Effects - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 Image Hover Effects</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="photo_container fade"> <div class="label">Photo Effect 1</div> <div class="photo"> <img src="http://ibrahimjabbari.com/english/images/stories/effect1.jpg" /> </div> <div class="description"> <div class="photo_title">ibrahimjabbari.com</div> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. </p> </div>
</div>
</body>
</html>

CSS3 Image Hover Effects - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Rancho);
@import url(http://fonts.googleapis.com/css?family=Sue+Ellen+Francisco);
.photo_container.fade{ background: #334006; border: 10px solid #000; border-radius: 6px; height: 500px; margin: 0 auto; overflow: hidden; position: relative; width: 500px;
}
.photo_container.fade *{ -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
}
.photo_container.fade img { height: 520px; margin: -10px 0 0 -10px; width: 520px;
}
.photo_container.fade.hover .photo img,
.photo_container.fade:hover .photo img{ height: 500px; margin: 0 ; opacity: 0.5; width: 500px;
}
.photo_container.fade .label { color: #fff; font-family: 'Rancho', serif; font-size: 28px; left: 20px; letter-spacing: 6px; opacity: 1; position: absolute; top: 14px; z-index: 999;
}
.photo_container.fade .description { color: #fff; left: 0; opacity: 0; position: absolute; -moz-transform: scale(0.95); -ms-transform: scale(0.95); -webkit-transform: scale(0.95); text-align: left; top: 100px; transform: scale(0.95); width: 500px;
}
.photo_container.fade.hover .description,
.photo_container.fade:hover .description { opacity: 1; -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);
}
.photo_container.fade .description .photo_title{ border-bottom : 4px solid #fff; font-family: 'Sue Ellen Francisco', serif; font-size: 48px; margin: 0 20px 10px 20px; padding-bottom: 10px;
}
.photo_container.fade .description p{ font-family: 'Sue Ellen Francisco', serif; font-size: 24px; margin: 0; padding: 20px;
}
CSS3 Image Hover Effects - Script Codes
CSS3 Image Hover Effects - Script Codes
Home Page Home
Developer Ibrahim Jabbari
Username ibrahimjabbari
Uploaded August 12, 2022
Rating 3
Size 2,198 Kb
Views 30,360
Do you need developer help for CSS3 Image Hover Effects?

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!

Ibrahim Jabbari (ibrahimjabbari) Script Codes
Create amazing video scripts 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!