Home › Forums › CSS › is it possible to anchor an element to a centered element? › Reply To: is it possible to anchor an element to a centered element?
July 8, 2017 at 11:18 pm
#256655
Participant
A few things you can try;
-
instead of using pixels to position your text box from top and left, try percentages instead, along with this https://css-tricks.com/absolute-positioning-inside-relative-positioning/
-
have a look at intrinsic/aspect ratio text boxes https://css-tricks.com/aspect-ratio-boxes/