Greyscale image with filter in CSS3

Size
1,562 Kb
Views
18,216

How do I make an greyscale image with filter in css3?

What is a greyscale image with filter in css3? How do you make a greyscale image with filter in css3? This script and codes were developed by Nicky Christensen on 29 September 2022, Thursday.

Greyscale image with filter in CSS3 Previews

Greyscale image with filter in CSS3 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Greyscale image with filter in CSS3</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="image"> <img src="http://dummyimage.com/600x400/F00000/ffffff.png" alt="" title="" />
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Greyscale image with filter in CSS3 - Script Codes CSS Codes

img { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: gray; /* IE 6-9 */ -webkit-transition: all .6s ease;
}
img:hover { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; /* IE 6-9 */
}
Greyscale image with filter in CSS3 - Script Codes
Greyscale image with filter in CSS3 - Script Codes
Home Page Home
Developer Nicky Christensen
Username NickyCDK
Uploaded September 29, 2022
Rating 3
Size 1,562 Kb
Views 18,216
Do you need developer help for Greyscale image with filter in CSS3?

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!

Nicky Christensen (NickyCDK) 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!