blob: e7f00b00e8c1229592f8dde05b5252d91e0ebff2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!doctype HTML>
<iframe srcdoc="
<!doctype HTML>
<style>
div {
background: linear-gradient(lightblue, yellow);
background-size: 300px 300px;
background-position: 50px 50px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
</style>
<div></div>"></iframe>
|