I'm trying to do the html css integration of a web mockup.
In this css mockup I have this css code :
.Rectangle {
border-radius: 16px;
border-style: solid;
border-width: 4px;
border-image-source: linear-gradient(228deg, #ffffff 64%, #ffd43c 3%, #ffd43c 3%);
border-image-slice: 1;
}
When I copy this in my code and I test it on browser, it is not working, I have that as a result :
There is no degraded effect and no border radius in the result. Any solutions please ?