+ 1
how make text flip up side down
3 ответов
+ 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
+ 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=" "
0
sorry i am learing yet