Css3 transform scale Scalin

ask the great gods, transform:scale (.75) of .scale in the code; what"s wrong if it doesn"t work?
I typed the code for the rookie tutorial without effect, or even copied it directly later.

clipboard.png

Mar.10,2021

CSS transform attribute, valid only for block-level elements!

< hr >

in addition, you have a lot of extra styles, such as the width and height of span, which will not take effect.


.scale, .scale2 {
    display: inline-block;
    ...
}
Menu