To create a radial gradient in WebKit, apply the function ____.
A. radial-gradient(center, shape size, color-stop, color-stop, …)
B. -webkit-gradient(linear, start, stop, from(color), colorstop(percent, color), to(color))
C. -webkit-gradient(radial, inner-center, inner-radius, outer-center, outer-radius, from(color), color-stop(percent, color), to(color))
D. Gradient(gradientType=type, startColorStr=#rrggbb, endColorStr=#rrggbb)
Answer: C
You might also like to view...
What is the function of the variable head when used with a linked list? What is the data type of the head variable?
What will be an ideal response?
What is Math.rint(3.5)?
a. 3.0 b. 3 c. 4 d. 4.0 e. 5.0
Which of the following is not true about layout guides?
A) They are non-printing. B) They give your presentation balance and uniformity. C) They force objects to align with the guides. D) They are used to align objects.
A good password has at least ______ characters
a. 6 b. 8 c. 10 d. 15