<!DOCTYPE html>
<html>
<head>
<style>
#border {
border-bottom-left-radius: 50%;
background: lightgreen;
padding: 50px;
border: 6px ridge red;
width: 300px;
height: 200px;
font-size: 25px;
}
</style>
</head>
<body>
<center>
<div id = "border">
<h2> Selamat datang ke Mbah WP </h2>
<p>border-bottom-left-radius: 50%;</p>
</div>
</center>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.