Signup/Sign In

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

Thank you.
3 months ago
It worked, thank you.
one year ago
I tried it, but it's not working.
2 years ago
Make sure you remove both the opening and closing comments.
2 years ago
Try:
.item-x {
background-color: #ED639E;
grid-column-start: line2;
grid-column-end: line3;
grid-row-start: 2;
grid-row-end: span 2;
}
2 years ago