First, let's review the basic methods for adding background colors in HTML. There are two ways to add a background color: Adding a background color using the HTML style attribute Adding a background ...
background:linear-gradient(to right, aqua, cornflowerblue, turquoise, pink);/*to top, left, bottom (or) to bottom right, 45deg, -45deg etc*/ background-image:linear ...