3
I’m trying to rotate a letter of a word to make it look like the company logo.
This would be the Logo:
Here’s the code I tried to use to rotate
<h1 class="text-center"><span style="color:blue;font-family:Gabriola;font-size:120px; "><b>E</b></span><span style="color:red;"><span style="-webkit-transform: rotate(-90deg);transform: rotate(-90deg);">B</span>yte</span></h1>
and then it was like this:
PS: IT’S JUST THE LETTER B TO SPIN
If you want an extra reference from
rotate
, take a look at the third example here http://answall.com/a/104671/70– Bacco