admin管理员组

文章数量:1123345

Why top and bottom borders disappear when I use border-image-slice: 1 50%;

border-width: 5px;
border-style: solid;
border-image-source: linear-gradient(to right, blue, green);
border-image-slice: 1 50%;
border-width: 5px;
border-style: solid;

[Check the image here whose top and border bottoms disappear]

.png

And when I use border-image-slice: 1 0%; why left and right borders disappear?

border-width: 5px;
border-style: solid;
border-image-source: linear-gradient(to right, blue, green);
border-image-slice: 1 50%;
border-width: 5px;
border-style: solid;

[Check the image here whose left and right borders disappear]

.png

本文标签: