.hobbit { height: 50%; }
.hobbit #foot { width: 200%; }
From Digital Synopsis
.rap-artists { word-spacing: 0; }
From Digital Synopsis
#ikea { display: table; }
From Digital Synopsis
.monarch { position: inherit; }
From Digital Synopsis
#Trump {
background-color: white;
position: inherit;
top: 1%;
right: 100%;
border-top-style: none;
}
From Bren
#EU { border: none; }
.refugees { overflow: visible; }
From Koen
.rich-people { top: 1%; }
.working-class { bottom: 99%; }
From Digital Synopsis
.sense-of-humor { display: none; }
From @mikeleeorg
#mario.mushroom {
transform: scale(200%);
}
From @DaywalkerHN
#darth-vader:first-child {
transform: rotateY(180deg);
}
From @DaywalkerHN