Is there a css grid property to add a rule (vertical line) between grid columns, and a rule (horizontal line) between grid rows, in the same way, or similar, that column-rul
By using "hr" tag you can add horizontal line, but to add vertical line you have to give border using CSS.