?

CHOOSE
A PUZZLE!
Beginner
Student
Advanced
/* Keep vertical center using table layout */ .bookmark .table-box { display: table !important; width:100% !important; height:100% !important; } .bookmark .table-cell { display: table-cell !important; vertical-align: middle !important; text-align:center !important; } /* Tutorial label */ #tutorial.bookmark .table-cell .text { font-size: 14px !important; text-align: center !important; transform: translate(-7px, -14px) !important; /* ← left, ↑ up */ }