1.1.0 Performance, absolute centering snippet
Better performance with controller's sliders.
Absolute centering
New snippet on the third button of the second column:
div {
position: absolute 50% auto auto 50%;
transform: translateX(-50%) translateY(-50%);
}