The webkit gradient() function can have multiple color stops, but the location can be entered only as a ____ of the objects width.

Respuesta :

The WebKit gradient() function can have multiple color stops, but the location can be entered only as a percentage of the object’s width.

As a reference, here is the syntax for the function.

-webkit-gradient(radial, inner-center, inner-radius, outer-center,

outer-radius, from(color), color-stop(percent, color), to(color))