dev.to/afif/border-with-gradient-and-radius-387f
.box { border:10px solid; border-image:linear-gradient(45deg,red,blue) 10; }