<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>Border-Radius Property</title>
</head>
<body>
<div style="padding:10px; width:360px; height: 300px; border:2px solid #cc0000; border-radius:30px 50px 100px 150px;">
This is a division using the border-radius property.<br><img src="images/smile.gif" alt="smile">
</div>
</body>
</html>