Files
servo/tests/ref/box_shadow_bg.html
2015-10-05 14:43:32 -07:00

12 lines
151 B
HTML

<div></div>
<style>
div {
width: 100px;
height: 100px;
box-shadow: 0 20px 0 0 red;
background-color: rgba(0,0,0,0.7);
}
</style>