blob: 8c683bf7526cc58212f786e4fc6305cd67b14a66 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
color: green;
}
.filtered {
margin: 40px;
height: 200px;
width: 200px;
background-color: silver;
filter: drop-shadow(100px 100px);
}
</style>
</head>
<body>
<div class="filtered"></div>
</body>
</html>