CSS Humor

Summer Ending Dance Height 300 Width 300 Position Relative Baby Height 200 Width 200 Position Absolute

.summer-ending-dance {
  height: 300px;
  width: 300px;
  position: relative;
}

.summer-ending-dance #baby {
  height: 200px;
  width: 200px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

From Curtis