blob: 365e00351e51480fcca34cae38f952dc96475601 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<link href="data:text/css,%23master{display:table; width: 100%; outline: 1px dashed black; }"
rel="stylesheet" type="text/css" media="screen">
</head>
<body>
<div id="master">
<div style="height:10000px; background: linear-gradient(to left top, rgb(0,0,0) 0%, rgb(255,255,255) 100%);">
</div>
<textarea style="height:100px; margin:0; border:0;"></textarea>
<script> </script>
</div>
</html>
|