Is there any way to achieve this here html css example
without using the translate transform.
Its about the div with id clockstring.
edit: I want to center the clockstring in each panel. I use top50% and transform y -50% for that. I wanna know if thers better solutions. And ya the upper string should be rotated too. It should look like in example wthout using transform translate.
best regards
Point of clarification: Are you attempting to center the element, or are you trying to rotate and flip it? The title asks about centering, but you go on to ask about translate and transform.
Another method would be to use a script. Maybe something along the lines of this.