{"id":4028,"date":"2016-12-06T10:22:33","date_gmt":"2016-12-06T10:22:33","guid":{"rendered":"https:\/\/theextremewebdesigns.com\/blog\/?p=4028"},"modified":"2016-12-06T10:22:33","modified_gmt":"2016-12-06T10:22:33","slug":"flip-text-horizontally-and-vertically-using-css3-easily","status":"publish","type":"post","link":"https:\/\/theextremewebdesigns.com\/blog\/flip-text-horizontally-and-vertically-using-css3-easily\/","title":{"rendered":"Flip Text Horizontally and Vertically Using CSS3 Easily"},"content":{"rendered":"<p>Ever wondered how to flip text horizontally and vertically without javascript? In this article, I will share easy ways to achieve the flip text effect just by using CSS\/CSS3.<\/p>\n<h2>Flip Text Horizontally Using CSS\/CSS3<\/h2>\n<div class=\"make_demo\">\r\n\r\n\t<form action=\"https:\/\/theextremewebdesigns.com\/blog\/wp-content\/themes\/ewd_blog_2017\/try_demo.php?post_id=4028\" method=\"post\" name=\"form1\" target=\"_blank\" id=\"form1\">\r\n\r\n\r\n\t<input type=\"hidden\" name=\"shortcode_content\" id=\"shortcode_content\" value=\"\" \/>\r\n\r\n        <div class=\"try_demo_btn_container\">\r\n\r\n\r\n            <button type=\"submit\" name=\"sbt_make_demo\" id=\"sbt_make_demo\" class=\"btn-primary btn-try-demo\">\r\n                Try Demo\r\n            <\/button>\r\n\r\n\r\n        <\/div><!-- .try_demo_btn_container -->\r\n\r\n    <\/form>\r\n    <\/div>\r\n    \n<p>Let&#8217;s say that we have some text in a div and we would like to flip this text both horizontally. Let&#8217;s see how to do this.<\/p>\n<pre class=\"lang:xhtml decode:true  \" title=\"Horizontal Text Flip using CSS\">&lt;style&gt;\n.holder {\n  margin-bottom: 20px;\n  padding: 20px;\n  border: 1px solid #ddd;  \n}\n\n.horizontal-flip {\n-moz-transform: scale(-1, 1);\n-webkit-transform: scale(-1, 1);\n-o-transform: scale(-1, 1);\n-ms-transform: scale(-1, 1);\ntransform: scale(-1, 1);\n}\n&lt;\/style&gt;\n\n\n&lt;h2&gt;Horizontal Text Flip:&lt;\/h2&gt;\n&lt;div class=\"holder horizontal-flip\"&gt;\n1234567890\n&lt;\/div&gt;<\/pre>\n<h2>Flip Text Vertically Using CSS\/CSS3<\/h2>\n<p>Now lets flip the same text vertically just by using CSS.<\/p>\n<pre class=\"lang:xhtml decode:true \" title=\"Vertical Text flip Using CSS3\">&lt;style&gt;\n.holder {\n  margin-bottom: 20px;\n  padding: 20px;\n  border: 1px solid #ddd;  \n}\n\n.vertical-flip {\n-moz-transform: scale(1, -1);\n-webkit-transform: scale(1, -1);\n-o-transform: scale(1, -1);\n-ms-transform: scale(1, -1);\ntransform: scale(1, -1);\n}\n&lt;\/style&gt;\n\n\n&lt;h2&gt;Vertical Text Flip:&lt;\/h2&gt;\n&lt;div class=\"holder horizontal-flip\"&gt;\n1234567890\n&lt;\/div&gt;<\/pre>\n<div class=\"make_demo\">\r\n\r\n\t<form action=\"https:\/\/theextremewebdesigns.com\/blog\/wp-content\/themes\/ewd_blog_2017\/try_demo.php?post_id=4028\" method=\"post\" name=\"form1\" target=\"_blank\" id=\"form1\">\r\n\r\n\r\n\t<input type=\"hidden\" name=\"shortcode_content\" id=\"shortcode_content\" value=\"\" \/>\r\n\r\n        <div class=\"try_demo_btn_container\">\r\n\r\n\r\n            <button type=\"submit\" name=\"sbt_make_demo\" id=\"sbt_make_demo\" class=\"btn-primary btn-try-demo\">\r\n                Try Demo\r\n            <\/button>\r\n\r\n\r\n        <\/div><!-- .try_demo_btn_container -->\r\n\r\n    <\/form>\r\n    <\/div>\r\n    \n<h3>Simple, isn&#8217;t it?<\/h3>\n<p>Do you know of any other ways to flip text using just CSS? Feel free to suggest by commenting below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ever wondered how to flip text horizontally and vertically without javascript? In this article, I will share easy ways to achieve the flip text effect just by using CSS\/CSS3. Flip Text Horizontally Using CSS\/CSS3 Let&#8217;s say that we have some text in a div and we would like to flip this text both horizontally. Let&#8217;s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[18,13],"tags":[172,173],"class_list":["post-4028","post","type-post","status-publish","format-standard","hentry","category-css-tips-and-tricks","category-tips-and-tricks","tag-flip-text-horizontally","tag-flip-text-vertically"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/paBnQX-12Y","jetpack_sharing_enabled":true,"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/posts\/4028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/comments?post=4028"}],"version-history":[{"count":0,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/posts\/4028\/revisions"}],"wp:attachment":[{"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/media?parent=4028"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/categories?post=4028"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theextremewebdesigns.com\/blog\/wp-json\/wp\/v2\/tags?post=4028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}