HTML <div class="scale"></div>. CSS .scale { width: 100px; height: 100px; background: teal; transform: scale(0.5, 1.3); }. This example will scale the div ...
確定! 回上一頁