2022-03-09 06:18:49 +03:00
|
|
|
.class {
|
2022-03-25 08:57:04 +03:00
|
|
|
-webkit-border-image: -webkit-linear-gradient(black, white) 20% fill stretch stretch;
|
|
|
|
-moz-border-image: -moz-linear-gradient(black, white) 20% fill stretch stretch;
|
|
|
|
-o-border-image: -o-linear-gradient(black, white) 20% fill stretch stretch;
|
|
|
|
border-image: -webkit-linear-gradient(black, white) 20% fill stretch stretch;
|
|
|
|
border-image: -moz-linear-gradient(black, white) 20% fill stretch stretch;
|
|
|
|
border-image: -o-linear-gradient(black, white) 20% fill stretch stretch;
|
|
|
|
border-image: linear-gradient(black, white) 20% fill stretch stretch;
|
2022-03-09 06:18:49 +03:00
|
|
|
}
|