Image with hover CSS3 effect and bottom overlay

Developer
Size
2,630 Kb
Views
38,456

How do I make an image with hover css3 effect and bottom overlay?

Just another pic with nice CSS3 filter and transform effects on hover, and bottom overlay for description.. What is a image with hover css3 effect and bottom overlay? How do you make a image with hover css3 effect and bottom overlay? This script and codes were developed by Twikito on 11 September 2022, Sunday.

Image with hover CSS3 effect and bottom overlay Previews

Image with hover CSS3 effect and bottom overlay - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Image with hover CSS3 effect and bottom overlay</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ figure { position:relative; overflow:hidden; width:500px; height:281px;
}
figcaption { position:absolute; left:0; right:0; bottom:-20%; margin:0; padding:10px 15px; background-color:rgba(0,0,0,0.7); color:#fff; transition:all 0.2s ease-in-out;
}
figure img { transition:all 0.2s ease-in-out;
}
figure:hover img { -webkit-filter: blur(1px); transform: scale(1.1) rotate(2deg);
}
figure:hover figcaption { bottom: 0; }
/* BLAH BLAH */
body { background:url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/noisy_grid.png) repeat; }
figure { margin:20px auto; box-shadow:0 5px 20px #aaa; }
figcaption { font:0.9em/1.5em arial; text-shadow:0 1px 1px #000; z-index:2; }
figure:after {content:""; position:absolute; left:0;right:0;bottom:0;top:0;box-shadow:0 0 25px rgba(0,0,0,0.95) inset;z-index:1; } </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <figure> <img src="https://24.media.tumblr.com/tumblr_mblly2EQll1qlyhdyo1_500.jpg" alt="" width="500" height="281"> <figcaption>Designer avec class, c'est trop stylé !</figcaption>
</figure>
<!-- Another Pen? codepen.io/Twikito --> <script src="js/index.js"></script>
</body>
</html>

Image with hover CSS3 effect and bottom overlay - Script Codes CSS Codes

figure { position:relative; overflow:hidden; width:500px; height:281px;
}
figcaption { position:absolute; left:0; right:0; bottom:-20%; margin:0; padding:10px 15px; background-color:rgba(0,0,0,0.7); color:#fff; transition:all 0.2s ease-in-out;
}
figure img { transition:all 0.2s ease-in-out;
}
figure:hover img { -webkit-filter: blur(1px); transform: scale(1.1) rotate(2deg);
}
figure:hover figcaption { bottom: 0; }
/* BLAH BLAH */
body { background:url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/noisy_grid.png) repeat; }
figure { margin:20px auto; box-shadow:0 5px 20px #aaa; }
figcaption { font:0.9em/1.5em arial; text-shadow:0 1px 1px #000; z-index:2; }
figure:after {content:""; position:absolute; left:0;right:0;bottom:0;top:0;box-shadow:0 0 25px rgba(0,0,0,0.95) inset;z-index:1; }

Image with hover CSS3 effect and bottom overlay - Script Codes JS Codes

// NO JS
Image with hover CSS3 effect and bottom overlay - Script Codes
Image with hover CSS3 effect and bottom overlay - Script Codes
Home Page Home
Developer Twikito
Username Twikito
Uploaded September 11, 2022
Rating 3
Size 2,630 Kb
Views 38,456
Do you need developer help for Image with hover CSS3 effect and bottom overlay?

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!

Twikito (Twikito) 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!