blob: d869ecaad310cc56a707817fab2539ca4f8403f4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#dropshadowDiv {
margin-bottom: 10px;
height: 100px;
width: 100px;
background: #555;
filter: drop-shadow(3vmax 5vmax 2vmax black);
-webkit-filter: drop-shadow(3vmax 5vmax 2vmax black);
}
</style>
</head>
<body>
<div id="dropshadowDiv"></div>
</body>
</html>