Gradient type Question

Don’t know how to go about this question?

In .bb1a , add a gradient of type linear-gradient to the background property with --building-color1 as the first color and --window-color1 as the second.

If you need to learn more about this you can read more here CSS linear-gradient() function

.bb1a {
  background-color: linear-gradient(direction, --building-color1, --window-color1)
}

That may work but I don’t know.

(sorry for all the edits, I haven’t had my coffee yet)

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.