how make text flip up side down | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how make text flip up side down

27th Oct 2016, 1:09 PM
Abam Solomon Onen
3 Answers
+ 3
simply do this .flippedverticle{ transform:rotateZ( 180deg); } the text svg image anything inside it will look flipped vertically. there is one little problem that use prefixes for -moz- -ie- -webkit- also some browsers that does not support this new properties would not do same
11th Nov 2016, 2:56 AM
Sandeep Chatterjee
+ 1
Sure, search Google fonts. Find the relevant upside down font style on the Google font site. When ready, include the appropriate link in the header of your HTML file and the styling of the font in your CSS file, both are given on the site for you to copy. Remember to then reference the font class in your <p> or <div> element by adding class=" "
27th Oct 2016, 4:43 PM
Jonathan
Jonathan - avatar
0
sorry i am learing yet
27th Oct 2016, 1:57 PM
Yossef Eltijane
Yossef Eltijane - avatar