Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style> 
#example1 {
  border: 2px solid red;
  padding: 10px;
  direction: rtl;
  border-end-end-radius: 25px;
}
</style>
</head>
<body>
<h2>border-end-end-radius: 25px:</h2>
<div id="example1">
  <p>With direction property value set to 'rtl', the end of inline direction is now on the left side of the element, and so the result of the border-end-end-radius property is also changed.</p>
</div>
</body>
</html>