Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<head>
<style>
#container {
height: 300px;
width: 300px;
overflow:hidden;
border-radius:30px;
}
#inner {
width: 380px;
height: 260px;
background-color: #66ff66;
}
</style>
</head>
<body>
<div id="container">
<div id="inner">
</div>
</div>
</body>
</html>