<script>
  var div = <div style="position: absolute; top: 0px; left: 0px; width:calc(100% - 0px); height:calc(100% - 0px); background: gray">
    <div style="position: relative; width:100px; height:200px; background: GREEN">
  
  
  </div>
  
  </div>
  
//   lively.query(this, "lively-markdown")
  
  
//   lively.query(this, "#content").style.border= "2px solid blue"
  
//   lively.query(this, "#content").style.height = "500px"
//   lively.query(this, "#content").style.width = "700px"
//   lively.query(this, "#content").style.position = "relative"


//   this.style.border= "2px solid green"
//   this.style.height = "300px"
//   this.style.width = "700px"
//   this.style.position = "relative"


  div
</script>