Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is a CSS custom property?

  1. A A vendor-prefixed property
  2. B A user-defined variable declared with two dashes and read with var()
  3. C A property only available in Sass
  4. D An inline style attribute
Answer

A user-defined variable declared with two dashes and read with var()

Custom properties cascade and can be changed at runtime with JavaScript, which is how theme switching is usually implemented.

All Front end Development MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as