CSS Gradient - background: linear-gradient

Add Gradient to background color css How to add gradient color background using css? To create a linear gradient you must define at least two color stops. Color stops are the colors you want to render smooth transitions among. To add gradient background-color use this code as inline css, internal css or external css background: linear-gradient(to right, #ED1EE3, #E0D504);

CSS CODE


Output


Post a Comment

0 Comments