<!DOCTYPE html>
<html>
<head>
<title> CSS border-radius </title>
<style>
#border {
border-top-left-radius: 250px;
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-top-left-radius: 250px;</p>
</div>
</center>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.