CSS Humor

Christmas Width 100% Height 100% Background Color Light Yellow Animation World Animation Duration 86400 Seconds

.christmas {
  width: 100%;
  height: 100%;
  background-color: light-yellow;
  animation-name: world;
  animation-duration: 86400s;
}