blob: 97a34e5092a21f7d9a9fe2389de38bc58cb777cc (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE HTML>
<html style="overflow:hidden">
<body>
<div style='position:absolute; height:100%; display:flex; flex-direction:row'>
<div style="height:100%"><img src="repeatable-diagonal-gradient.png" style='height:100%'></img></div>
<div style="height:100%"><img src="repeatable-diagonal-gradient.png" style='height:100%'></img></div>
</div>
</body>
</html>
|