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
3 Replies
stick the absolute positioned item in the grid-area you want. tell it the grid-col and grid-row
Any code reference I’m kinda beginner in Web development
grid-column: x;
grid-row: y;
W x being the column you want it in, y bring the row you want it in