Retro Photo Effect

Developer
Size
1,747 Kb
Views
20,240

How do I make an retro photo effect?

CSS filter to make your images retro. What is a retro photo effect? How do you make a retro photo effect? This script and codes were developed by Diego Ponce on 21 November 2022, Monday.

Retro Photo Effect Previews

Retro Photo Effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Retro Photo Effect</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="retro">	<img src="http://www.layoverguide.com/wp-content/uploads/2010/12/Chinatown-in-San-Francisco-California.jpg" alt="Retro is cool!" />
</div>
</body>
</html>

Retro Photo Effect - Script Codes CSS Codes

body{background-color:#ECECEC;}
.retro { margin:50px auto;	-webkit-box-shadow: inset 0px 0px 100px rgba(0,0,20,1);	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%);	display: table;
}
.retro img { width:700px;	-webkit-filter: sepia(20%) brightness(50%) contrast(112%);	position: relative; z-index: -1;
}
Retro Photo Effect - Script Codes
Retro Photo Effect - Script Codes
Home Page Home
Developer Diego Ponce
Username wifi
Uploaded November 21, 2022
Rating 3
Size 1,747 Kb
Views 20,240
Do you need developer help for 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!

Diego Ponce (wifi) Script Codes
Create amazing captions 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!