CSS Humor

Blackhole Background Color Black Display Flex Justify Content Center Align Items Center Width Height Padding

.blackhole {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: ?;
  height: ?;
  padding: 0;
}

From Ricardo Abad