| <!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> |