CSS vintage filter form images

Developer
Size
2,190 Kb
Views
30,360

How do I make an css vintage filter form images?

What is a css vintage filter form images? How do you make a css vintage filter form images? This script and codes were developed by Robert on 08 November 2022, Tuesday.

CSS vintage filter form images Previews

CSS vintage filter form images - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS vintage filter form images</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="colorize"> <img src="http://www.hdwallpapers.in/walls/ice_mountains-wide.jpg" alt="" />
</div>
</body>
</html>

CSS vintage filter form images - Script Codes CSS Codes

.colorize { position: relative; display: inline-block;
}
.colorize img { width: 600px; display: block; -webkit-filter: grayscale(0.8); -moz-filter: grayscale(0.8); -ms-filter: grayscale(0.8); -o-filter: grayscale(0.8); filter: grayscale(0.8);
}
.colorize:before,
.colorize:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0;
}
.colorize:after { content: ""; background: -webkit-linear-gradient(315deg, rgba(0, 170, 250, 0.2), rgba(250, 110, 30, 0.35) 80%); background: -moz-linear-gradient(315deg, rgba(0, 170, 250, 0.2), rgba(250, 110, 30, 0.35) 80%); background: -ms-linear-gradient(315deg, rgba(0, 170, 250, 0.2), rgba(250, 110, 30, 0.35) 80%); background: -o-linear-gradient(315deg, rgba(0, 170, 250, 0.2), rgba(250, 110, 30, 0.35) 80%); background: linear-gradient(315deg, rgba(0, 170, 250, 0.2), rgba(250, 110, 30, 0.35) 80%);
}
.colorize:before { z-index: 2; content: "vintagejs.com"; text-align: center; font: 100 30px/370px Copperplate, serif; color: #fff; text-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
}
CSS vintage filter form images - Script Codes
CSS vintage filter form images - Script Codes
Home Page Home
Developer Robert
Username rendro
Uploaded November 08, 2022
Rating 3
Size 2,190 Kb
Views 30,360
Do you need developer help for CSS vintage filter form images?

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!

Robert (rendro) Script Codes
Create amazing blog posts 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!