<html>
<head>
<style>
#rcorners {
border-radius: 25px;
background: url(paper.gif);
background-position: left top;
background-repeat: repeat;
padding: 20px;
width: 200px;
height: 150px;
}
</style>
</head>
<body>
<p>Add rounded corners for an element with a background image:</p>
<div id="rcorners">Rounded corners!</div>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss3_border-radius4 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:59:47 GMT -->
</html>