Answers for "from grid to no grid with css grid"

CSS
0

how to hide some grid items from grid in css

.card:nth-child(6) {
	display: none;
}
Posted by: Guest on October-19-2021

Browse Popular Code Answers by Language