CSS Humor

IKEA Content Furniture Display Table Color Blue Background Color Yellow

.ikea {
  content: "furniture";
  display: table;
  color: blue;
  background-color: yellow;
}

From Timur