Html – CSS GRID: want to put border after each row
I have a problem, I want to put some border after each row but I dont know how to do this, could you help me please (without add 26 div) .events { display: grid; grid-template-rows: repeat(26, 30px); border-radius: 5px; background:…