Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="border-radius: 50px;overflow:hidden;background:gold">
outer div
<div>inner div</div>
</div>
</body>
</html>