Html – How to style one cell of css grid in different color
I'd like to make a css grid with cells having a collapsed light grey border, but one cell that is in focus to have a blue border. Here is an example: body { margin: 25px; background-color: #ddd; } .grid {…