CSS Gradients


  1. Which of the following CSS Gradient Functions Creates a radial gradient that repeats infinitely?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    repeat-radial-gradient()


  1. Which of the following CSS Gradient Functions creates a circular or elliptical gradient, and optionally sets its shape, size, and position?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    elliptical-gradient()



  1. Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: E

    None of these


  1. Which of the following option best explain this code “background-image: repeating-linear-gradient(to right, #D9CC3C, #FFEB79 5%, #D9CC3C 10%);”?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    Creating a Smooth Repeating Gradient



  1. Which of the following option best explain this code “background-image: repeating-linear-gradient(-45deg, #426A77, #FFF 6px);”?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    Creating Diagonal Stripes