Help:Template cheatsheet: Difference between revisions
Content deleted Content added
Caleb Cooper (talk | contribs) |
Caleb Cooper (talk | contribs) |
||
Line 1,112:
|{{Tl|transform-rotate}}
|
|<syntaxhighlight lang=html inline=1
|<syntaxhighlight lang=html inline=1
|<span style="{{Transform-rotate|90}}">5</span>
|Shorthanded CSS code for rotating elements inside style attribute.
Line 1,134:
|
| {{center}} {{smallcaps|no parameters}}
|<syntaxhighlight lang=html inline=1
|A B <span style="{{mirrorH}}">C</span> D
|Shorthanded CSS code for horizontally mirroring elements inside style attribute
Line 1,141:
|
| {{center}} {{smallcaps|no parameters}}
|<syntaxhighlight lang=html inline=1
|<span style="{{mirrorV}}">A</span> B C D
|Shorthanded CSS code for vertically mirroring elements inside style attribute
| |||