Css Online Test

Start Your Test

keyboard_arrow_down

Instructions:

  • Total number of questions: 10.
  • Time allotted: 10 minutes.
  • Each question carries 1 mark.
  • No negative marks.
  • DO NOT refresh the page.
  • All the best :-)

What You Will Learn:

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.