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

17 lines
228 B
HTML

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