anchor-name
Declaring the CSS anchor-name
property on an element registers it as an “anchor” that we can use to position as a reference for positioning other elements.
.anchor {
anchor-name: --my-anchor;
}
The property is one part of CSS Anchor Positioning, …