Computer Science, asked by amhcw2xcyy, 5 months ago

Which of the following will create a gradient?
Options
gradient: linear-gradient(red, blue);
linear-gradient: linear-gradient(red, blue);
background: linear-gradient(red, blue);
background-color: linear-gradient(red, blue);
background-image: linear-gradient(red, blue);

Answers

Answered by anshkaushik16
22

Answer:

plese click on brainlist answer

Explanation:

Which of the following will create a gradient?

Options

gradient: linear-gradient(red, blue);

linear-gradient: linear-gradient(red, blue);

background: linear-gradient(red, blue);

background-color: linear-gradient(red, blue);

background-image: linear-gradient(red, blue);

Answered by Jasleen0599
2

background-color: linear-gradient(red, blue);

  • You can show seamless transitions between two or more specified colours using SS gradients.
  • CSS identifies three different gradient types:
  • Linear Gradients (moves left, right, up, down, diagonally).
  • Rounded Gradients (defined by their center).
  • CONIC GRADITIONS (rotated around a centre point).
  • linear-gradient() Using a gradual transition between two or more colours along a straight line, the linear-gradient() CSS method produces an image. The outcome is an object with the data type "gradient," which is a particular category of "image."
  • CSS identifies three different gradient types: Linear Gradients (moves left, right, up, down, diagonally) Rounded Gradients (defined by their center) CONIC GRADITIONS (rotated around a centre point).
  • You can generate three different gradient types: linear (using the linear-gradient() function), radial (using the radial-gradient() function), and conic (using the conic-gradient() function).

#SPJ2

Similar questions