PooriPadhai Logo Home Courses Online Tool Online Test Study Material Contest Blog

CSS Transforms and Transitions Online Test



Instructions:
  • Total number of questions : 10.
  • Time alloted : 10 minutes.
  • Each question carry 1 mark.
  • No Negative marks
  • DO NOT refresh the page.
  • All the best :-)




What You Will Learn in

This Transforms and Transitions Test helps you to Boost your Knowledge in CSS Language. In this test, we will cover the topics in the form of questions like

  • To define a perspective view for a 3D transformed element we use perspective(n,n,n) property value.
  • To define a 3D scale transformation we use scale3d(x,y,z) transform property value.
  • To defines a translation, using only the value for the X-axis we use translateX(x) transform property value.
  • To define a 2D translation we can use translate(x,y) transform property value.