Stefan
0
Q:

css grid align

.parent-element {
   display: grid;
   place-items: center;
}
2
.grid {
  display: grid;
  align-items: center; /* left and right */
  justify-content: center; /* up and down */
}
0

New to Communities?

Join the community