<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<style>
.logo {
transition: all 0.2s;
cursor: pointer;
filter: grayscale(100%);
}
.logo:hover {
filter: none;
}
</style>
<body>
<img src="http://pic25.nipic.com/20121205/10197997_003647426000_2.jpg" class="logo">
</body>
</html>
CSS3神奇的css高亮 – filter
最新推荐文章于 2024-10-14 18:02:23 发布