0

We have an arrow from right side '➜' but couldn't get reverse of it. Here is the CSS part which I had tried but it does not work.

.button span{
    transform: rotate(180deg);
 }
  • Add your html code – xmaster Feb 10 '20 at 12:58
  • @xmaster why would the HTML matter in this case ? it's clearly a span which is a child of an element with class `button` . For eg `Click` . – Mihai T Feb 10 '20 at 13:02
  • 2
    @MihaiT It matters because OP may not be using the correct selector, the html could be malformed etc etc. Without the HTML we have no way of knowing. – Turnip Feb 10 '20 at 13:18
  • @Turnip Wanted to say that regardless of the HTML structure used it's clearly that he wants to use transform on a span and transform doesn't work on inline elements ( span ) . So it's easy to know what the problem is just by looking at the CSS code provided by the OP without any other information. – Mihai T Feb 10 '20 at 13:48

0 Answers0