Published
- 1 min read
how to put gradient in border
The solution for this is noted below
how to put gradient in border
Solution
.gradient-border {
border: 10px solid transparent;
border-image: linear-gradient(to right, #ffc371, #ff5f6d) 1;
padding: 20px;
}
Try other methods by searching on the site. That is if this doesn’t work