html - Using GWT and CSS, how to flip vertically all the letter at even positions in input element? -
i use gwt. need flip vertically letter @ positions while keeping letters @ odd positions intact in element. i'm using css style: -webkit-transform: rotatex(180deg). flips whole text in input element.
how can implemented using gwt , css?
you can rotate text matching css selector.
because there no way select individual letter using css, way rotate letters wrapping them spam (or other tag).
Comments
Post a Comment