Gradients - Unprefixed Syntax Flashcards
In the unprefixed syntax, how would we specify a gradient direction that starts on the left side of the box and ends on the right side?
background: linear-gradient(to right, color1, color2);
In the unprefixed syntax, an angle of 0deg defines what gradient direction?
bottom to top
The new, unprefixed syntax for gradients is currently supported in what browsers?
IE10, Fireforx 16+, and Opera 12.1+
T/F: We still need to use both the prefixed and unprefixed syntax until the WebKit-based browsers support the new syntax.
True
What is the new order of values in the unprefixed syntax?
shape, size, at position, color stops
In the unprefixed syntax, what new keyword allows us to change the position of the radial gradient?
at
In the unprefixed syntax, if we only use one position value, the second value will default to _____
center