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