blob: 9bd3c75ec1064b14d4cd882267da4de7294fe996 [file] [edit]
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.test {
position: absolute;
top: -100px;
left: -40px;
width: 200px;
height: 200px;
background: url(../resources/alpha-gradient.png) no-repeat;
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>