Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<div class="anchor">⚓︎</div>
<div class="positioned positioned1">inset-area: bottom span-left</div>
<style>
.anchor {
  border: 1px solid black;
  position: absolute;
  anchor-name: --anchor;
}
.positioned {
  border: 1px solid lime;
  padding: 10px;
  position: absolute;
  position-anchor: --anchor;
  inset-area: bottom span-left;
}
body {
  width: 50%;
  margin: 0 auto;
}
</style>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
mfreed7pro
0viewers