For my project, I am utilizing a Grid layout to display 5 items per row. https://i.sstatic.net/PW6Gu.png
Upon clicking on an item, my goal is to have the item detail enlarge by increasing the size of the HTML element. https://i.sstatic.net/nGj8l.png
Is there a CSS trick that allows me to instruct the Grid to expand a specific item while shrinking the others in the row, and also allocate more space to one row compared to the rest?