<!DOCTYPE html>
<html>
<head>
<title>Chạy thử Css filter grayscale</title>
<style>
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
img{width:150px;height:auto;}
</style>
</head>
<body>
<h1>Chạy thử Css filter grayscale</h1>
<h2>Hình gốc</h2>
<img src="https://webmoi.vn/media/images/background-image-full-man-hinh.jpg">
<h2>Hình filter:grayscale(100%)</h2>
<img style="filter:grayscale(100%)" src="https://webmoi.vn/media/images/background-image-full-man-hinh.jpg">
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Chạy thử Css filter grayscale</title>
<style>
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
img{width:150px;height:auto;}
</style>
</head>
<body>
<h1>Chạy thử Css filter grayscale</h1>
<h2>Hình gốc</h2>
<img src="https://webmoi.vn/media/images/background-image-full-man-hinh.jpg">
<h2>Hình filter:grayscale(100%)</h2>
<img style="filter:grayscale(100%)" src="https://webmoi.vn/media/images/background-image-full-man-hinh.jpg">
</body>
</html>