Google News
logo
CSS3 - Interview Questions
How to re-size/scale objects using CSS3?
transform: scale(2,4); 
scale-object: 2,4; 
scale: (2,4);
Advertisement