blob: 1e70c239f96cfd83c91080f0ba91efdf6fb8c27e [file] [log] [blame]
<!DOCTYPE HTML>
<style>
.perspective {
background: red;
width: 100px;
height: 100px;
overflow: hidden;
box-shadow: 0 0 100px 100px rgba(10, 10, 10, 0.0);
}
.cover {
background: green;
height: 500px;
}
</style>
<div class="perspective">
<div class="cover"></div>
</div>