blob: 0a7ec0dca55c7e97a9452dbc83540fb2da4bd04f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
color: green;
background-color: blue;
box-shadow: 20px 20px red;
box-shadow: 20px 20px currentColor;
}
</style>
</head>
<body>
<div/>
</body>
</html>