blob: 7b687fdef73d2ca5ce395c5d85e87067246431e2 (
plain)
1
2
3
4
5
6
7
|
<html>
<body style='margin: 0px'>
<div style='background: red; background-repeat: repeat; -webkit-background-size: 50%; background-image: url(resources/green_rectangle.pdf); height: 100px; width: 100px'>
</div>
</body>
</html>
|