Css
Please how do you achieve the same thing using grid
https://codepen.io/George-Daniel-01/pen/dPbOJjK
3 Replies
This is one option https://codepen.io/jochemm/pen/Wbeozga
you can also position the elements using grid lines (https://developer.mozilla.org/en-US/docs/Glossary/Grid_Lines) but I like how the grid-area makes it a little visual in the code
MDN Web Docs
Grid Lines - MDN Web Docs Glossary: Definitions of Web-related term...
Grid lines are created anytime you use a CSS grid layout.
Thanks bro 🙌