CSS3 trendy retro photo effect

Developer
Size
2,637 Kb
Views
34,408

How do I make an css3 trendy retro photo effect?

This is how You can create a trendy retro photo effect with nice tricks of CSS3 filters and linear gradients. See without effect on hover.. What is a css3 trendy retro photo effect? How do you make a css3 trendy retro photo effect? This script and codes were developed by Twikito on 11 September 2022, Sunday.

CSS3 trendy retro photo effect Previews

CSS3 trendy retro photo effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 trendy retro photo effect</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 { box-shadow:inset 0 0 100px rgba(0,0,20,.7), 0 5px 15px rgba(0,0,0,.5); background:-webkit-linear-gradient(top, rgba(255,145,0,0.2) 0%,rgba(255,230,48,0.2) 60%), -webkit-linear-gradient(20deg, rgba(255,0,0,0.5) 0%,rgba(255,0,0,0) 35%); width:500px; height:338px; }
figure img {	-webkit-filter:sepia(0.2) brightness(1.1) contrast(1.3); transition:-webkit-filter 0.3s ease-in-out;	position:relative; z-index:-1; }
figure:hover { background:none; }
figure:hover img { -webkit-filter:sepia(0) brightness(1) contrast(1); }
/* BLAH BLAH */
body { background:url(http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/low_contrast_linen.png) repeat; }
figure { margin:20px auto; } </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <figure> <img src="http://farm6.staticflickr.com/5449/7226439182_756e2b00e6.jpg" alt="">
</figure>
<!-- Another Pen? codepen.io/Twikito --> <script src="js/index.js"></script>
</body>
</html>

CSS3 trendy retro photo effect - Script Codes CSS Codes

figure { box-shadow:inset 0 0 100px rgba(0,0,20,.7), 0 5px 15px rgba(0,0,0,.5); background:-webkit-linear-gradient(top, rgba(255,145,0,0.2) 0%,rgba(255,230,48,0.2) 60%), -webkit-linear-gradient(20deg, rgba(255,0,0,0.5) 0%,rgba(255,0,0,0) 35%); width:500px; height:338px; }
figure img {	-webkit-filter:sepia(0.2) brightness(1.1) contrast(1.3); transition:-webkit-filter 0.3s ease-in-out;	position:relative; z-index:-1; }
figure:hover { background:none; }
figure:hover img { -webkit-filter:sepia(0) brightness(1) contrast(1); }
/* BLAH BLAH */
body { background:url(http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/low_contrast_linen.png) repeat; }
figure { margin:20px auto; }

CSS3 trendy retro photo effect - Script Codes JS Codes

/* Originally written by Chris Spooner on Line25.com https://line25.com/tutorials/create-a-trendy-retro-photo-effect-purely-with-css
*/
CSS3 trendy retro photo effect - Script Codes
CSS3 trendy retro photo effect - Script Codes
Home Page Home
Developer Twikito
Username Twikito
Uploaded September 11, 2022
Rating 4.5
Size 2,637 Kb
Views 34,408
Do you need developer help for CSS3 trendy retro photo 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!

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