The scale() CSS function modifies the size of the element. ... the same as transform: scaleX(2) scaleY(2);*/ transform: scale(2); background-color: blue; } ...
確定! 回上一頁