Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style> 
#example1 {
  border: 2px solid red;
  inline-size: 300px;
  padding: 10px;
  writing-mode: vertical-rl;
  border-start-start-radius: 25px;
}
</style>
</head>
<body>
<h2>border-start-start-radius: 25px:</h2>
<div id="example1">
  <p>With writing-mode property value set to 'vertical-rl', the corner affected by the border-start-start-radius property is on the 
  top left.</p>
</div>
</body>
</html>