DEV Community

MoonLight
MoonLight

Posted on

Grid Area

 grid-area: 1/1 / 1/3; /* start->row1 column1 */ /* end->row1 column3 */ 
Enter fullscreen mode Exit fullscreen mode

Image description

Top comments (0)