Multiple Choice
Kevin would like to apply a gradient that transitions from blue for the top portion of the page to white for the bottom portion of the page. Which function should he use?
A) background: linear-gradient(blue, white) ;
B) background: linear-gradient(bottom white, top blue) ;
C) background: linear-gradient(white, blue) ;
D) background: linear-gradient(to top blue, to bottom white) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q53: The pseudo-class :hover is used to style
Q54: Which character is placed between a selector
Q55: If a particular tablet device has a
Q56: The color of links in a website
Q57: The selector _ identifies the color to
Q59: When designing for a tablet viewport, layout
Q60: Which gradients are specified by their center?<br>A)
Q61: Which describes the height of a viewport
Q62: The dynamic pseudo-classes are more often used
Q63: Which tool is effective at troubleshooting during