<html>
<head>
<style>
#example1 {
border: 2px solid red;
background: url(paper.gif);
padding: 10px;
border-top-left-radius: 40%;
}
</style>
</head>
<body>
<h2>border-top-left-radius: 40%:</h2>
<div id="example1">
<p>Here, the border-top-left-radius property is set to 40%. Also notice that the background is clipped at the border.</p>
</div>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss3_border-top-left-radius2 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:00:44 GMT -->
</html>