+ 6
How to add gradient effect in border color?
Hey! I am unable to add gradient effect in border color. If you know then please share.
6 ответов
+ 4
It's not possible to add a gradient border. But you can use one wrapper element like a <div> with background: linear-gradient and then an inner element blocking out most of that background.
+ 2
add gradient effect in border color
Use the background property
+ 2
Or you can create them with svg
+ 1
Instead of "solid", use "gradient".
+ 1
Here’s a full tutorial on CSS Graidents: https://youtu.be/TYHFe4L9bfo