Skip to content

CSS IRL

The light and shadow created a grid on the ground, a cat is sleeping in the center of it.
Mao Mao sunbathing.
.light {
  display: grid;
}

.cat {
  align-self: center;
  justify-self: center;
}