wrote:
Hi Hafsa,
Please consider this revised CSS class:
.rotate { display: inline-block; /* Safari */ -webkit-transform: rotate(180deg); /* Firefox */ -moz-transform: rotate(180deg); /* IE */ -ms-transform: rotate(180deg); /* Opera */ -o-transform: rotate(180deg); /* standard */ transform: rotate(180deg); }
You can see the outcome here, on an iPhone. It shows using the CSS class above, and using the math symbol ? (Unicode code is U+2227, HTML code is #8743 and HTML entity name is 'and'):
Hi Jorge,
Thank you for the explanation. The code is working fine only I don't know how to use it for one specific character. Its making the whole 'HASHOO FOUNDATION' upside down. Also, how can I apply it for the math symbol '?'
Cheers,
Hafsa