Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<style>
div {
border: 2px solid blue;
background-color: #666;
padding: 10px;
border-bottom-left-radius: 50%;
}
</style>
</head>
<body>
<h2>Пример border-bottom-left-radius.</h2>
<div></div>
</body>
</html>