css - How to use scale with -moz-transform? -


Is a good example in any body, how to use the scale being shown?

In fact it tells very well.

I have given you a quick example. Demo: Code:

  & lt ;; Doctype html & gt; & Lt; Title & gt; -moz-transform scale example & lt; / Title & gt; & Lt; Style & gt; P {font-size: 5 AM; Text align: center; } P: Hover {-moz-transform: scale (2); } & Lt; / Style & gt; & Lt; P & gt; Foo Bar & lt; / P & gt;  

Comments