Absolute position with grid

I need help to position a text and image inside a grid item which size its 2fr but trying to position it in the place i want and then resizing the page it moves and i cant make a calc function because the size of the grid its on fr units https://codepen.io/Santiago-MR/pen/ExJMrwj
C
clevermissfox18d ago
stick the absolute positioned item in the grid-area you want. tell it the grid-col and grid-row
S
Santymr18d ago
Any code reference I’m kinda beginner in Web development
C
clevermissfox18d ago
grid-column: x; grid-row: y; W x being the column you want it in, y bring the row you want it in