.box {
  border: 10px solid;
  border-image: linear-gradient(45deg,red,blue) 10;
}