0
What is the scale() function in the first question of quiz7
What is the scale() function in the first question of quiz7
1 Answer
0
transform:scale(0.7)
the above line will change the width and height keeping aspect ratio constant
What is the scale() function in the first question of quiz7