anchor()

The CSS anchor() function takes an anchor element’s side and resolves to the <length> where it is positioned. It can […]

.target { top: anchor(--my-anchor bottom); }
Continue Reading

anchor-size()

The CSS anchor-size() function takes an anchor element and resolves to its width or height <length>, essentially returning an anchor’s […]

.target { width: anchor-size(width); }
Continue Reading