Signup/Sign In

Answers

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

Hi...
your code is sort of correct . but merge your grid line name with the value in one line
try this code it will work :-

grid-template-columns: [start] 50px [line2] auto [line3] 25% [end];
3 years ago