Answer:
Absolute position property
Explanation:
Generally, position property provides the kind of positioning technique employed for an element.
One of the types of position property is absolute position property which positions an element relative to the positioned ancestor that is the closest to it.
If it happened that an absolute positioned element does have positioned ancestors, the body of the document will be used by it and its movement will be along the page scrolling.
Therefore, the positioning of an absolute element is said to be absolute to the first positioned parent it has which has a position other than static.
Therefore, if Kamilla wants an element positioned relative to another element on the page, she would choose the absolute position property.