trisquel-icecat/icecat/testing/web-platform/tests/css/css-backgrounds/box-shadow-calc-ref.html

11 lines
165 B
HTML

<!DOCTYPE html>
<style type="text/css">
div {
width: 100px;
height: 100px;
background-color: blue;
box-shadow: 26px 43px 60px black;
}
</style>
<div>
</div>