Allow me to illustrate what I am intending to accomplish with an example.
div{
width:100px;height:100px;
border:3px solid #900;
border-radius:0px 0px 140px 0px;
}
<div></div>
I am seeking a method to create a straight, diagonal line from the top-right corner to the bottom-left corner. Is it possible to achieve this using border-radius?