RT T. Afif @ CSS Challenges
💡 CSS Tip!
Make an element stay at the top/right corner of your responsive grid using one instruction.
👉 `grid-area: 1/auto/auto/-1` ( grid-row-start:1;grid-column-end:-1)
The element can be anywhere in your HTML code.
Demo:
#CSS
https://codepen.io/t_afif/pen/OJxryBy
https://twitter.com/ChallengesCss/status/1481602860504727555