Linear Gradient Backgrounds in CSS


Create visually appealing backgrounds with linear gradients.

Source Code

.linear-gradient {
    background: linear-gradient(to right, #ff7e5f, #feb47b);
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments