Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> span { display: inline-block; margin: 40px; } .flipH { transform: scale(-1, 1); color: #1c87c9; -moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1); -o-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } </style> </head> <body> <span>W3Docs ▹</span> <span class="flipH">W3Docs ▹</span> </body> </html>